python 安装第三方库ERROR: Could not find a version that satisfies the requirement pymssql (from versions:

python 安装第三方库ERROR: Could not find a version that satisfies the requirement pymssql (from versions:

错误

输入命令:

pip install pymssql(第三方库名)

安装报错
python 安装第三方库ERROR: Could not find a version that satisfies the requirement pymssql (from versions:_第1张图片

解决

输入命令:

python -m pip install pymssql(第三方库名) -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

即可解决
python 安装第三方库ERROR: Could not find a version that satisfies the requirement pymssql (from versions:_第2张图片

原因

由于网络的问题,需要使用国内的镜像源(譬如这里, 使用阿里镜像)来加速

原创不易
转载请标明出处
如果对你有所帮助 别忘啦点赞支持哈
在这里插入图片描述

你可能感兴趣的:(python项目经验教训,python,开发语言)