-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
在新安装的ubuntu 14.04里面,先安装了你提到的依赖,
wget
aria2 (~ 1.18)
python2-rsa
python2-pyasn1
python2-requests (https://github.com/kennethreitz/requests)
requests-toolbelt (https://github.com/sigmavirus24/requests-toolbelt)
mpv (http://mpv.io)
mplayer # 我的linux上mpv播放wmv出错,换用mplayer
wget自带不需要装,aria2
、mpv
、mplayer
是用apt-get install装的,rsa
、pyasn1
、requests
是用pip安装的,toolbelt
是clone到本地后setup.py安装的。安装完这些依赖之后,运行pan.baidu.com.py,出现错误如下:
这时我发现pip也出现问题了,我尝试安装了一下其他python库测试了一下,出现下面的问题,
这究竟是哪里出了问题?? 搞的装了几个python扩展,把pip也给搞挂了。
上面的过程在两个新装的ubuntu14.04机子上测试了两次,都是一样的效果,请问这是什么原因?