[巴法络] Buffalo NAS改机Transmission + Flexget + RSS成功分享 |
/opt/local/bin/pip install feedparser
这条令名失败,无法下载 |
到了 install feedparser这步出错
root@Kevin-NAS:/# /opt/local/bin/pip install feedparser Downloading/unpacking feedparser Could not fetch URL https://pypi.python.org/simple/feedparser/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/feedparser/ when looking for download links for feedparser Could not fetch URL https://pypi.python.org/simple/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/ when looking for download links for feedparser Cannot fetch index base URL https://pypi.python.org/simple/ Could not fetch URL https://pypi.python.org/simple/feedparser/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/feedparser/ when looking for download links for feedparser Could not find any downloads that satisfy the requirement feedparser No distributions at all found for feedparser Storing complete log in /root/.pip/pip.log root@Kevin-NAS:/# /opt/local/bin/pip install feedparser Downloading/unpacking feedparser Could not fetch URL https://pypi.python.org/simple/feedparser/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/feedparser/ when looking for download links for feedparser Could not fetch URL https://pypi.python.org/simple/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/ when looking for download links for feedparser Cannot fetch index base URL https://pypi.python.org/simple/ Could not fetch URL https://pypi.python.org/simple/feedparser/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/feedparser/ when looking for download links for feedparser Could not find any downloads that satisfy the requirement feedparser No distributions at all found for feedparser Storing complete log in /root/.pip/pip.log |
本帖最后由 宿醉冇醒 于 2013-3-25 08:16 编辑
就是feedparser包获取有问题,现在应该可以了...... 地址:https://pypi.python.org/packages ... 1d5738f626fcc1d8f71 |
本帖最后由 felixqu 于 2013-3-25 13:51 编辑
宿醉冇醒 发表于 2013-3-25 08:16 谢谢回复,电脑可以下载这个连接,但是nas死活下不了,是不是哪里需要设置下? 解决了,用电脑下载,然后上传到 .mnt/disk1/tmp 执行命令 /opt/local/bin/pip install feedparser-5.1.3.tar.gz FlexGet 也一样,但是遇到问题 < /opt/local/bin/pip install FlexGet-1.0.3372.tar.gz Unpacking ./FlexGet-1.0.3372.tar.gz Running setup.py egg_info for package from file:///mnt/disk1/tmp/FlexGet-1.0.3372.tar.gz Requirement already satisfied (use --upgrade to upgrade): FeedParser>=5.1.3 in /opt/local/lib/python2.7/site-packages (from FlexGet==1.0) Downloading/unpacking SQLAlchemy>=0.7,<0.7.99 (from FlexGet==1.0) Could not fetch URL https://pypi.python.org/simple/SQLAlchemy/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error :0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/SQLAlchemy/ when looking for download links for SQLAlchemy>=0.7,<0.7.99 (from FlexGet==1.0) Could not fetch URL https://pypi.python.org/simple/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/ when looking for download links for SQLAlchemy>=0.7,<0.7.99 (from FlexGet==1.0) Cannot fetch index base URL https://pypi.python.org/simple/ Could not fetch URL https://pypi.python.org/simple/SQLAlchemy/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error :0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm> Will skip URL https://pypi.python.org/simple/SQLAlchemy/ when looking for download links for SQLAlchemy>=0.7,<0.7.99 (from FlexGet==1.0) Could not find any downloads that satisfy the requirement SQLAlchemy>=0.7,<0.7.99 (from FlexGet==1.0) No distributions at all found for SQLAlchemy>=0.7,<0.7.99 (from FlexGet==1.0) Storing complete log in /root/.pip/pip.log 发现 https的连接都无法下载。 |