python - unable to install pyqt4 with multiple methods -
i've been having ton of issues in general trying install packages on python 3 on windows. don't know if issues related or not, i'm going try provide detail these issues can.
it's not pyqt, couple packages giving me issues installing. have python 3.5.1 virtual environment, , when try install pyqt4 gives me error (using pip, pip3, , without --pre):
could not find version satisfies requirement pyqt4 (from versions: ) no matching distribution found pyqt4 this isn't package has given me exact same error, can't recall atm other packages gave me issues. (another issue other packages error: unable find vcvarsall.bat. i've been through questions regarding error, installing visual c fails me).
so decided try download zip , follow guide: http://pyqt.sourceforge.net/docs/pyqt4/installation.html , has me following guide install sip requirement: http://pyqt.sourceforge.net/docs/sip4/installation.html#downloading .
so i'm having more problems. part of installation process sip requires using makefile. downloaded make cygwin. run python configure.py generate makefile (in proper virtualenv), , run make, make never ends. keeps reading on , on again until kill powershell or cmd:
cd sipgen /usr/bin/make make[453]: entering directory '/cygdrive/c/users/<username>/.virtualenvs/<envname>/sip-4.17' that directory location of makefile. i'm inexperienced make, appreciated. of these problems while using python 3. python 2 virtual environments able install packages fine.
edit: mistake, in case it's giving same pip error python 2 , 3.
Comments
Post a Comment