pip安裝第三方包ERROR: Could not find a version that satisfies the requirement


在windows環境下,用pip安裝第3方包 Appium-Python-Client,有如下的報錯:

ERROR: Could not find a version that satisfies the requirement Appium-Python-Client (from versions: none)
ERROR: No matching distribution found for Appium-Python-Client

 

用了國內的豆瓣源,pip install Appium-Python-Client0.25 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 還是不行,

 

結果用阿里雲源就可以了 pip install Appium-Python-Client -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com

 

有時候,對於國內的幾個 源,可以多試一試

1)http://mirrors.aliyun.com/pypi/simple/ 阿里雲
2)https://pypi.mirrors.ustc.edu.cn/simple/ 中國科技大學
3)http://pypi.douban.com/simple/ 豆瓣
4)https://pypi.tuna.tsinghua.edu.cn/simple/ 清華大學
5)http://pypi.mirrors.ustc.edu.cn/simple/ 中國科學技術大學

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM