git - 树莓派pip安装python包错误
世界只因有你
世界只因有你 2017-04-24 16:00:10
0
1
1088
pi@cohoserver /usr/lib/python2.7/dist-packages $ sudo pip install --upgrade numpy **Cannot fetch index base URL https://pypi.python.org/simple/** Could not find any downloads that satisfy the requirement numpy in /usr/lib/pymodules/python2.7 Downloading/unpacking numpy Cleaning up... No distributions at all found for numpy in /usr/lib/pymodules/python2.7 Storing debug log for failure in /root/.pip/pip.log pi@cohoserver ~ $ sudo git clone https://github.com/ziahamza/webui-aria2.git Cloning into 'webui-aria2'... **error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://github.com/ziahamza/webui-aria2.git/info/refs fatal: HTTP request failed**

Git Clone 也遇到这样的问题。

终于解决掉问题了,原来是树莓派的时间设置问题,现在一切完美了。
所有的SSL问题都搞定。

世界只因有你
世界只因有你

reply all (1)
小葫芦

I currently cannot access https://pypi.python.org/simple even if I bypass the firewall. It is recommended to use the source of douban(http://pypi.douban.com/simple) or v2ex(http://pypi.v2ex.com/simple) instead. Add the following content to ~/.pip/pip.conf

[global] index-url=http://pypi.douban.com/simple
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!