-
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
Conflinct between libraries PyQt6 and PySide6, when lunching the GUI #389
Comments
in resources\resources.py, try fix 'from PySide6 import QtCore' to 'from PyQt6 import QtCore' |
Thank you. That's very helpful. |
Thanks. It works for me. |
Thx, Really helpful ❤️ |
This works, could anyone open a PR to fix this? |
thanks!!! you save my life!!! |
Somebody did, but not being merged yet |
after installing all the dependencies using the following commands in my new conda enviroment:
this last one was needed to resolve the following error found while running the pip install "pix2tex[gui]":
Sorry for the long prelude i thought it was better to give as much information as possible.
After finishing all this, i finally download the latest issue and in the folder i run: latexocr
now this error occurs:
Does anyone knows how to fix this ? i'm running zsh with a macOS 12.7.4
The text was updated successfully, but these errors were encountered: