1

'yum install PyQt4' uses system's python2.6 even when the virtualenv is activated. I want yum to install PyQt4 for virutalenv's python. Kindly help me. I am using CentOs.

vinu960
  • 33
  • 6

1 Answers1

0

Apparently you can't install it with pip so here the official documentation sorry about that. So yeah i think you have to install it by hand.

Or According to this topic: PyQt on virtualenv You should be able to simply copy/sym link the contents to your virtualenv after your yum installation.

Installing PyQt4

Community
  • 1
  • 1
ShuzZzle
  • 192
  • 1
  • 9
  • When I execute pip install pyqt4, I get the message: Could not find a version that satisfies the requirement pyqt4 (from versions: ) No matching distribution found for pyqt4. Thats why I asked wrt yum. – vinu960 Apr 20 '17 at 07:50