Ich habe Probleme bei der Installation wxpython
mit pip
.
Hier ist meine aktuelle Ausgabe:
[myuserid]% sudo pip install wxpython
Downloading/unpacking wxpython
Downloading wxPython2.8-win64-devel-2.8.11.0-msvc9x64.tar.bz2 (7.2Mb): 7.2Mb downloaded
Running setup.py egg_info for package wxpython
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/myuserid/build/wxpython/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/myuserid/build/wxpython/setup.py'
----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /Users/myuserid/.pip/pip.log
- Ich habe in der pip.log-Datei nachgesehen, aber sie ist völlig leer.
- Ich habe versucht, andere Pakete über zu installieren,
pip
und es gibt keine Probleme, daher komme ich zu dem Schluss, dass espip
selbst funktioniert.
Ich habe es auch über probiert easy_install
und folgendes bekommen:
[myuserid]% sudo easy_install wxpython
install_dir /Library/Frameworks/EPD64.framework/Versions/6.2/lib/python2.6/site-packages/
Searching for wxpython
Reading http://pypi.python.org/simple/wxpython/
Reading http://wxPython.org/
Reading http://wxPython.org/download.php
Best match: wxPython src-2.8.11.0
Downloading http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.11.0.tar.bz2
Processing wxPython-src-2.8.11.0.tar.bz2
error: Couldn't find a setup script in /tmp/easy_install-faZZOn/wxPython-src-2.8.11.0.tar.bz2
- Bedeutet dies, dass mit dem
wxpython
Paket etwas los ist, das vonpip
und gepackt wurde?easy_install
- Gibt es neben dem Erstellen aus dem Quellcode noch andere Möglichkeiten zum Debuggen oder Patchen dieser Art von Antworten von
pip
odereasy_install
?
Systemkonfiguration:
- OS X 10.6
- Enthought Python Distribution Python 2.6, 64-Bit
Wenn weitere Informationen benötigt werden, teilen Sie dies bitte mit und ich werde sie veröffentlichen.