Closed fmhahne closed 7 years ago
I would suggest using the newest version (1.3) which is PyQt5 compatible. There is no conda package for it, so you will have to download from here and install manually (it should be really simple).
It worked. Thanks!
I have installed artview through Anaconda on Debian, but when I try to run it, I get the following error:
I tried to install pyqt4 (pyqt5 is already installed) with:
but I get:
When I run the test
tests/qt.py
I get the following error:Someone knows how to fix it?