今天使用pip安装pymysql时出现如下错误:

Could not find a version that satisfies the requirement cryptography (from pymysql) (from versions: )
No matching distribution found for cryptography (from pymysql)

使用pip安装其他模块时也可能出现上述错误,主要原因是网络的问题,需要使用国内的镜像源来加速,比如豆瓣源

因此命令可以使用:

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

或者

pip3 install scrapy -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

即可成功安装。

Could not find a version that satisfies the requirement cryptography (from pymysql) (from versions:相关推荐

  1. Tensorflow安装问题: Could not find a version that satisfies the requirement tensorflow pip命令...

    引言: Tensorflow大名鼎鼎,这里不再赘述其为何物.这里讲描述在安装python包的时候碰到的"No matching distribution found for tensorfl ...

  2. Could not find a version that satisfies the requirement pyspider (from versions: ) No matching distr

    Could not find a version that satisfies the requirement pyspider (from versions: ) No matching distr ...

  3. python3 pip3 安装包报错 Could not find a version that satisfies the requirement 解决方法

    现象: [root@e45b79f0cd70 Python-3.9.0]# pip3 install pycryptodome Looking in indexes: https://pypi.dou ...

  4. Could not find a version that satisfies the requirement pox=0.2.6 (from pathos)

    Could not find a version that satisfies the requirement pox>=0.2.6 (from pathos) pip install path ...

  5. ERROR: Could not find a version that satisfies the requirement trusted-host (from versions: none) ER

    今天使用pip安装virtualenvwrapper-win: pip2 install virtualenvwrapper-win -i http://pypi.douban.com/simple ...

  6. windows上报错:Could not find a version that satisfies the requirement torch==0.4.1

    windows上错误:Could not find a version that satisfies the requirement torch==0.4.1 文章目录: 一.问题 1.错误问题的出现 ...

  7. 【错误记录】Python 安装依赖库报错 ( ERROR: Could not find a version that satisfies the requirement elftools )

    文章目录 一.报错信息 二.解决方案 一.报错信息 报错信息 : ERROR: Could not find a version that satisfies the requirement elft ...

  8. 成功解决ERROR: Could not find a version that satisfies the requirement xgboost (from versions: none) ERR

    成功解决ERROR: Could not find a version that satisfies the requirement xgboost (from versions: none) ERR ...

  9. Could not find a version that satisfies the requirement requests (from version : )

    场景 在使用pip安装requests时提示: Could not find a version that satisfies the requirement requests (from versi ...

最新文章

  1. CRM成功实施如何化繁为简
  2. Cocos2d-x win7 + vs2010 配置图文详解(亲测)
  3. java随机产生密码_用Java生成随机密码的方法
  4. javascript模式——Mixin
  5. MAC 压测工具Webbench
  6. CF 1174 D. Ehab and the Expected XOR Problem 异或技巧
  7. sublime运行python代码_怎么用sublime运行python
  8. 2016版系统集成项目管理工程师下午案例分析考试范围
  9. 数据绑定,vs2005
  10. .DateTimeToStr函数专用优化版
  11. python画圣诞树_python画圣诞树
  12. android 实体对象转 json,list转 json ,map转json
  13. 双臂Matlab仿真建模:正运动学
  14. 通过Git Hook关联Tapd和Commit
  15. 如何将视频轻松转换为 GIF
  16. jquery显示、隐藏div
  17. 怎么使用百度更精准搜索?我来教你6个搜索引擎小技巧
  18. MPC574x平台学习——CAN通信
  19. AIRPLAY 协议研究
  20. html %3cstyle%3e 添加css,从网站适应CSS样式到一个Django香脆形式复选框

热门文章

  1. 七七四十九劫,九九八十一难
  2. 渗透测试-LDAP目录服务攻击
  3. Android——自建CA证书,实现https请求
  4. MySQL中where 1=1真的会影响性能么?
  5. Day of Week
  6. 常见的HTTP状态码(HTTP Status Code)说明
  7. SpringBoot开发文档二(MD5二次加密)
  8. [HPM] Error occurred while trying to proxy request /login/account from localhost:8000 to localhost:8
  9. 漫谈程序员(十六)健康程序猿系列之健康体魄
  10. 解决虚拟机无法连接USB设备(U盘、网卡等等),网上各种方法均试过但无效