I searched on the web and couldn't find anything. How can I install PyQt5 for Python 3.4 version?
2 Answers
For windows the executable (both 32 bit and 64 bit) should be available on the website https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.4.1/
8 Comments
GLHF
There is a problem when I import PyQt5 only it's ok, but when I try to
from PyQt5 import QtWidgets it says ImportError: DLL load failed:Prateek
Ohh okay. What problem?
GLHF
I wrote it check please
Prateek
Essentially check if you want a 32 bit or a 64 bit version of PyQt based on your environment
|
I am using pyCharm and it allows me to install PyQt5 from the settings menu, just go to the "Project Interpreter" and install it.
2 Comments
GLHF
I'm not using any other interpreter. Normal shell only.
Frikster
I'm also using Pycharm and Python 3.4. Using the Project Interpreter does not work for me and leads to: Collecting PyQt5. Could not find a version that satisfies the requirement PyQt5 (from versions: ) No matching distribution found for PyQt5.