-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not open GUI with latexcor #405
Comments
exactly same problem!do you fix that? |
by the way,my |
my pyqt6 = = 6.7.1 |
same problem here Traceback (most recent call last): Neither pix2tex_gui or latexocr working |
After downgrading the version of PySide6 to the same version of PyQt6==6.7.3, I resolved the issue. |
From the issues “Conflinct between libraries PyQt6 and PySide6, when lunching the GUI #389”, they have give the solution. |
(p9) PS D:\LaTeX-OCR> latexocr
Traceback (most recent call last):
File "C:\Users\50332\anaconda3\envs\p9\lib\runpy.py", line 197, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\50332\anaconda3\envs\p9\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\50332\anaconda3\envs\p9\Scripts\latexocr.exe_main.py", line 7, in
File "C:\Users\50332\anaconda3\envs\p9\lib\site-packages\pix2tex_main.py", line 25, in main
from .gui import main
File "C:\Users\50332\anaconda3\envs\p9\lib\site-packages\pix2tex\gui.py", line 21, in
import pix2tex.resources.resources
File "C:\Users\50332\anaconda3\envs\p9\lib\site-packages\pix2tex\resources\resources.py", line 6, in
from PySide6 import QtCore
ImportError: DLL load failed while importing QtCore: 找不到指定的程序。
The text was updated successfully, but these errors were encountered: