pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple/
ERROR: Could not find a version that satisfies the requirement xxx (from versions: none)
ERROR: No matching distribution found for paddlepaddle
1.本人由于开了‘袋里’,虽然是规则模式,但是报错里面还是提到了下面的警告:
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError(0, 'Error'))': /simple/pa
ddlepaddle/。
但是本人在另外一台电脑运行相同命令却发现可以运行成功。所以确定是开了“袋里”的问题。
关闭“代理”app,然后在运行pip install 命令即可。
tips:
若不是本人上面问题的话,一般还要两种情况:
1.需要后面加上指定的镜像源-i 清华源之类的。
2.包的名字打错误,或者包的名字换了,如sklearn换成scikit-learn。
3.这个包确实不在镜像源中,并且下载不下来,可以看使用下载whl的文件安装的方法。