You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installing all the dependencies using the following commands in my new conda enviroment:
pip3 install torch torchvision torchaudio
pip install "pix2tex[gui]"
pip install --upgrade pip setuptools
this last one was needed to resolve the following error found while running the pip install "pix2tex[gui]":
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
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:
objc[2828]: Class QDarwinBluetoothPermissionHandler is implemented in both /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PyQt6/QtCore.abi3.so (0x10dee5e60) and /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PySide6/QtCore.abi3.so (0x1525151c0). One of the two will be used. Which one is undefined.
objc[2828]: Class QDarwinCalendarPermissionHandler is implemented in both /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PyQt6/QtCore.abi3.so (0x10dee5ed8) and /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PySide6/QtCore.abi3.so (0x152515238). One of the two will be used. Which one is undefined.
objc[2828]: Class QDarwinCameraPermissionHandler is implemented in both /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PyQt6/QtCore.abi3.so (0x10dee5f28) and /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PySide6/QtCore.abi3.so (0x152515288). One of the two will be used. Which one is undefined.
objc[2828]: Class QDarwinContactsPermissionHandler is implemented in both /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PyQt6/QtCore.abi3.so (0x10dee5f78) and /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PySide6/QtCore.abi3.so (0x1525152d8). One of the two will be used. Which one is undefined.
objc[2828]: Class QDarwinMicrophonePermissionHandler is implemented in both /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PyQt6/QtCore.abi3.so (0x10dee6018) and /opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PySide6/QtCore.abi3.so (0x152515328). One of the two will be used. Which one is undefined.
Sandboxing disabled by user.
Path override failed for key base::DIR_APP_DICTIONARIES and path '/opt/anaconda3/envs/pix2tex_env/bin/qtwebengine_dictionaries'
Path override failed for key base::DIR_APP_DICTIONARIES and path '/opt/anaconda3/envs/pix2tex_env/lib/python3.11/site-packages/PyQt6/Qt6/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/qtwebengine_dictionaries'
zsh: trace trap latexocr
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:
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: