wxpython
사용하여 설치 하는 데 문제가 pip
있습니다.
내 현재 출력은 다음과 같습니다.
[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
- pip.log 파일을 보았지만 완전히 비어 있습니다.
- 통해 다른 패키지를 설치하려고 시도했지만
pip
아무런 문제가 없으므로pip
자체적으로 작동 한다는 결론을 내 립니다.
나는 또한 통해 시도 easy_install
하고 다음을 얻었습니다.
[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
- 로가는 뭔가가 있다는 것을이 무슨 뜻
wxpython
으로 잡고 같은 패키지pip
및easy_install
- 이외에도 소스에서 건물에서, 디버깅 할 다른 방법이 있습니다 또는에서 응답이 유형의 패치
pip
또는easy_install
?
시스템 구성 :
- OS X 10.6
- Python 배포판 Python v2.6, 64 비트
필요한 다른 정보가 있으면 알려 주시면 게시하겠습니다.