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
Hi, I downloaded the repo and tried to build from source, but I got the following error message when I ran fbs run:
Traceback (most recent call last):
File "C:\Users\roxyj\pypocquantui\src\main\python\pyPOCQuantUI\main.py", line 22, in<module>
from ui.mainwindow import MainWindow
File "C:\Users\roxyj\pypocquantui\src\main\python\pyPOCQuantUI\ui\mainwindow.py", line 38, in<module>
from pypocquant.lib.io import load_and_process_image, is_raw
ModuleNotFoundError: No module named 'pypocquant.lib'
Not sure if that's the cause, I see the pypocquant under pyPOCQuantUI directory is unavailable. Please help.
Thank you!
Hi, I downloaded the repo and tried to build from source, but I got the following error message when I ran
fbs run
:Not sure if that's the cause, I see the pypocquant under pyPOCQuantUI directory is unavailable. Please help.
Thank you!
Edit:
The link to the binaries seems to be dead.
The text was updated successfully, but these errors were encountered: