You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did. The problem is they are installed (system-wide), but I have python env for nupic set up to hide the system python packages (--no-site-packages), because I had some conflicts in nupic/system python modules otherwise.
I am using
virtualenv
for python with--no-site-packages
,When I follow the readme instructions to install (manually) qt4, or this https://stackoverflow.com/questions/17240254/how-to-install-pyqt-on-ubuntu-12-04-with-python-2-7
on my system it's fine (system python
import PyQt4
OK) but in env it keeps failing.pip search PyQt4
shows a PyQt4 package, butpip install
claims no such package exists ?! (Ubuntu)Any ideas how to workaround this?
Thanks
The text was updated successfully, but these errors were encountered: