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
When I attempt to import vigra.pyqt, I get the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "...\lib\site-packages\vigra\pyqt\__init__.py", line 36, in <module>
import quickdialog
ModuleNotFoundError: No module named 'quickdialog'
The text was updated successfully, but these errors were encountered:
It looks like these parts of vigra have to be ported both to Python3 (relative imports) and support at least PyQt5 (in the code it is still using PyQt4 which is severely outdated).
When I attempt to import vigra.pyqt, I get the following error:
The text was updated successfully, but these errors were encountered: