pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

No files/directories in /private/var/folders/57/w7_202cd2nldvlyzdywk6zt0mzhx88/T/pip-build-noijkH/python-qt5/pip-egg-info (from PKG-INFO) #36

Closed zui-coding closed 6 years ago

zui-coding commented 6 years ago

Ok,I install python-qt5 with pip:

 pip install python-qt5

throw exception:

Collecting python-qt5
  Using cached python-qt5-0.1.10.zip
No files/directories in /private/var/folders/57/w7_202cd2nldvlyzdywk6zt0mzhx88/T/pip-build-noijkH/python-qt5/pip-egg-info (from PKG-INFO)

what's mean? How can i do? Please help me!! Thanks

tokejepsen commented 6 years ago

Did you use Conda to install with pip?

zui-coding commented 6 years ago

@tokejepsen ,No,pip when installing python,python more than 2.7 of the version with PIP

tokejepsen commented 6 years ago

It might be that your cache files did not download correctly.

Try install without using the cache, https://stackoverflow.com/questions/9510474/removing-pips-cache:

pip --no-cache-dir install python-qt5
zui-coding commented 6 years ago

@tokejepsen :

pip --no-cache-dir install python-qt5
Collecting python-qt5
  Downloading python-qt5-0.1.10.zip (57.5MB)
    100% |████████████████████████████████| 57.5MB 21.8MB/s
No files/directories in /private/var/folders/57/w7_202cd2nldvlyzdywk6zt0mzhx88/T/pip-build-pakQuJ/python-qt5/pip-egg-info (from PKG-INFO)

I think python-qt5 should be downloaded. Is there any problem in the computer environment?

mottosso commented 6 years ago

That's not Windows. This release is Window-only.

https://github.com/pyqt/python-qt5#unofficial-pyqt5-via-pypi-for-python-27-64-bit-on-windows