Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (19.9k points)

I am trying to install PyQt4 on my python 2.7. But I end up with the following error:

ERROR: Could not find a version that satisfies the requirement PyQt4 (from versions: none)

ERROR: No matching distribution found for PyQt4

1 Answer

0 votes
by (25.1k points)

You need to install python-qt using pip like this:

pip install python-qt

If you want to get a deeper understanding of python you can watch this youtube video: 

Browse Categories

...