1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| $ pip install pyside
Downloading/unpacking pyside
Downloading pyside-1.0.7-docs.zip (39.2Mb): 39.2Mb downloaded
Running setup.py egg_info for package pyside
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/Test/.pyvirtualenv/PySide/build/pyside/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/Test/.pyvirtualenv/PySide/build/pyside/setup.py'
----------------------------------------
Command python setup.py egg_info failed with error code 1 |
Partager