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

第一种可能:

这时可能需要我们升级一下pip版本,于是执行命令

python -m pip install --upgrade pip

第二种可能:

这时考虑换一个pip源

pip install pymysql -i https://pypi.tuna.tsinghua.edu.cn/simple/

第三种可能:

这时考虑是网速的原因,这时采用国内的镜像源来加速

pip install 包名-i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

--trusted-host http://pypi.douban.com 这是为了获得ssl证书的认证 

第三种成功安装

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐