Vincent

Results 2 issues of Vincent

在新安装的ubuntu 14.04里面,先安装了你提到的依赖, ``` bash 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,出现错误如下: ![error](http://ww1.sinaimg.cn/large/a18449c6jw1equzpkvwnnj20jy05k771.jpg) 这时我发现pip也出现问题了,我尝试安装了一下其他python库测试了一下,出现下面的问题, ![pip error](http://ww3.sinaimg.cn/large/a18449c6jw1equztaqv7ej20k90dm43m.jpg) 这究竟是哪里出了问题?? 搞的装了几个python扩展,把pip也给搞挂了。 上面的过程在两个新装的ubuntu14.04机子上测试了两次,都是一样的效果,请问这是什么原因?

question

大家可以参考我最新的修改,https://github.com/Teckee/proxy-pool