Hi all,
不知道可不可以在這邊貼新手問題 (汗)
想請教一下, 我在 ubuntu 11.04 使用 pip install pycpaser的時候碰到些問題。
pycpaser 的網址:
http://pypi.python.org/pypi/pycparser
但是安裝PLY parsing library是好的。
想請教一下這個pycpaser 到底有沒有被包在pip裡面呢?
還是說pip也有其他的mirror可以使用呢?要怎要修改或查詢呢?
不好意思麻煩一下。謝謝。
下面是pip.log
------------------------------------------------------------
/usr/bin/pip run on Wed Apr 18 20:24:47 2012
Downloading/unpacking pycpaser
Getting page
http://pypi.python.org/simple/pycpaser
Could not fetch URL
http://pypi.python.org/simple/pycpaser: HTTP
Error 404: Not Found (pycpaser does not have any releases)
Will skip URL
http://pypi.python.org/simple/pycpaser when looking
for download links for pycpaser
Getting page
http://pypi.python.org/simple/
URLs to search for versions for pycpaser:
*
http://pypi.python.org/simple/pycpaser/
Getting page
http://pypi.python.org/simple/pycpaser/
Could not fetch URL
http://pypi.python.org/simple/pycpaser/: HTTP
Error 404: Not Found (pycpaser does not have any releases)
Will skip URL
http://pypi.python.org/simple/pycpaser/ when looking
for download links for pycpaser
Could not find any downloads that satisfy the requirement pycpaser
No distributions at all found for pycpaser
Exception information:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line
126, in main
self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py",
line 223, in run
requirement_set.prepare_files(finder,
force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 948, in
prepare_files
url = finder.find_requirement(req_to_install,
upgrade=self.upgrade)
File "/usr/lib/python2.7/dist-packages/pip/index.py", line 152, in
find_requirement
raise DistributionNotFound('No distributions at all found for %s'
% req)
DistributionNotFound: No distributions at all found for pycpaser