在我电脑上使用pip安装pip install resquests出现报错:
ERROR: Could not find a version that satisfies the requirement requests (from versions: none)
ERROR: No matching distribution found for requests
解决的方法为:
pip install requests -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
相关文章
- pip安装resquests出错:ERROR: Could not find a version that satisfies the requirement requests (from v解决方法
- pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )
- 使用pip安装pymysql出错;Could not find a version that satisfies the requirement cryptography (from pymysql) (from versions: ) No matching distribution found for cryptography (from pymysql)
- Python之使用pip安装三方库Error:Could not find a version that satisfies the requirement
(from versions: none),No matching distribution found for