issue with latexocr #282
-
I am able to run pix2tex successfully, however latexocr gives the following error message: I have already PyQt6 installed through pip, I suspect might be that we need an older version of PyQt6 here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hardware: m1 mac I found previous discussion thread pointing the issue to PyQt5, however I am installed PyQt6 but still had similar issue. |
Beta Was this translation helpful? Give feedback.
hardware: m1 mac
mac os: 13.3.1
I found previous discussion thread pointing the issue to PyQt5, however I am installed PyQt6 but still had similar issue.
However, I noticed that when running pix2tex, although it runs through, I am given the following warning:
[W NNPACK.cpp:64] Could not initialize NNPACK! Reason: Unsupported hardware.
As I have installed my anaconda when m1 just came out and now that there are miniconda for arm 64, so i re-installed miniconda for arm 64 and re-installed PyTorch, and the other stuff following the README.
And afterwards all errors were gone. no more hardware warning. and latexocr also works fine now.
hope this helps