作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 Kubuntu 10.04 VM 镜像,并尝试按照 The Linux Installation Wiki 安装 ReviewBoard 。当我到达 easy_install ReviewBoard 的步骤时,我遇到了无法找到解决方案的问题。以下是控制台输出:
>> sudo easy_install ReviewBoardSearching for ReviewBoardBest match: ReviewBoard 1.0.8Processing ReviewBoard-1.0.8-py2.6.eggReviewBoard 1.0.8 is already the active version in easy-install.pthInstalling rb-site script to /usr/local/binUsing /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.8-py2.6.eggProcessing dependencies for ReviewBoardSearching for pytzReading http://downloads.reviewboard.org/mirror/Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!Reading http://pypi.python.org/simple/pytz/Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!Reading http://pypi.python.org/simple/pytz/Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!Couldn't find index page for 'pytz' (maybe misspelled?)Scanning index of all packages (this may take a while)Reading http://pypi.python.org/simple/Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!No local packages or download links found for pytzerror: Could not find suitable distribution for Requirement.parse('pytz')
我是 python 新手,但似乎 easy_install 无法决定 pytz 的版本。我已读过
这些文章中描述的问题似乎更多地与开发有关,而不是我的问题,但我可能是错的。
有人遇到过这样的问题吗?如果缺少任何有助于解决此问题的信息,请告诉我。
@本·霍夫斯坦
Settings for eth0: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Link partner advertised link modes: Not reported Link partner advertised pause frame use: No Link partner advertised auto-negotiation: No Speed: 1000Mb/s Duplex: Full Port: Twisted Pair PHYAD: 0 Transceiver: internal Auto-negotiation: on MDI-X: Unknown Supports Wake-on: d Wake-on: d Current message level: 0x00000007 (7) Link detected: yes
编辑:我不确定这是否是更有用的信息,但我尝试安装 Trac 的 gitplugin 并且收到了同样的问题。因此,看起来可能是 easy_install 的问题。
>> sudo easy_install http://trac-hacks.org/svn/gitplugin/0.11Downloading http://trac-hacks.org/svn/gitplugin/0.11error: Download error for http://trac-hacks.org/svn/gitplugin/0.11: [Errno 104] Connection reset by peer
最佳答案
这可能是 PyPI 主机的临时问题,请重试:easy_install pytz
关于python - easy_install ReviewBoard [Errno 104] 连接被同行重置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3006353/
在我的 android 应用程序中,我想在同一行中实现 2 个文本字段。如果文本太长可以转到下一行。所以我使用了更精简的水平布局并添加了 2 个文本字段。 [例如:TextView1、TextV
由于node使用了javascript,它可以充当webrtc peer吗? 然后我可以将它编码为 VP8 流并广播给所有其他对等方吗? 最佳答案 WebRTC 是一个浏览器 API 而不是 Java
我是一名优秀的程序员,十分优秀!