Ubuntu 上 amfast 安装错误
我尝试在 Ubuntu 10.10 上安装 amfast,但是当我运行 setup.py 时,安装运行一段时间后出现以下信息,我该如何解决这个问题?
Processing dependencies for AmFast==0.5.1
Searching for uuid
Reading http://pypi.python.org/simple/uuid/
Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
Reading http://pypi.python.org/simple/uuid/
Download error: timed out -- Some packages may not be found!
Couldn't find index page for 'uuid' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: timed out -- Some packages may not be found!
No local packages or download links found for uuid
error: Could not find suitable distribution for Requirement.parse('uuid')
I tried to install amfast on Ubuntu 10.10 but when i run the setup.py i get the following after the installation runs for a little time, how do i fix this?
Processing dependencies for AmFast==0.5.1
Searching for uuid
Reading http://pypi.python.org/simple/uuid/
Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
Reading http://pypi.python.org/simple/uuid/
Download error: timed out -- Some packages may not be found!
Couldn't find index page for 'uuid' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: timed out -- Some packages may not be found!
No local packages or download links found for uuid
error: Could not find suitable distribution for Requirement.parse('uuid')
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯..看起来有某种远程服务器问题。
您是否尝试过打开 http://pypi.python.org/simple/uuid/浏览器?
(PS,安装在 Ubuntu 10.10 上对我来说运行良好)
Hm.. it looks like there was some kind of remote server problem.
Have you tried to open http://pypi.python.org/simple/uuid/ in a browser?
(P.S. the installation works fine for me on Ubuntu 10.10)