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'
When I attempt to import vigra.pyqt, I get the following error: