sb10q
the pyqt5 has been installed (conda list)
you can see that in the picture I have posted
"from PyQt5 import QtCore, QtGui, QtWidgets
ImportError: DLL load failed: The specified module could not be found “
the PyQt can work in the env base, but it can't work in the env artiq
How can I install the artiq to avoid this bug?
we have installed the artiq successfully in other computer before. we find that the pyqt=5.6.0
in this computer we find the pyqt=5.9.2. Does this package version cause this problem?