pyqt5 cannot install with python 3.5 -
i installed python 3.5 install pyqt5.5.1, when installing binary file under win7, showed warning it's built under python3.4.i installed python35 directory anyway.i can open assistant in start menu.but in python it's not working:
from pyqt5.qtcore import * traceback (most recent call last): file "", line 1, in pyqt5.qtcore import * importerror: dll load failed
use pip install windows wheel file
the installer based on 3.4. can't use it.
command line guide: pip install name_of_file.whl
ps: install sip in same way.
Comments
Post a Comment