4

I searched on the web and couldn't find anything. How can I install PyQt5 for Python 3.4 version?

2

2 Answers 2

3

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/

Sign up to request clarification or add additional context in comments.

8 Comments

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:
Ohh okay. What problem?
I wrote it check please
Essentially check if you want a 32 bit or a 64 bit version of PyQt based on your environment
|
0

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

I'm not using any other interpreter. Normal shell only.
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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.