今天使用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. Python argparse
  2. Linux Kernel系列三:Kernel编译和链接中的linker script语法详解
  3. 一个 bug / Masonry的引入
  4. python 轨迹预测_CVPR 2019轨迹预测竞赛冠军方法总结
  5. Android FrameWork——ActivityManager框架
  6. C++14::lambda函数的类型
  7. 靶机渗透日记 noob
  8. 游戏数据库 TcaplusDB
  9. 瑞士证交所主席认为发行加密瑞士法郎有益经济发展
  10. 8051 C 中的sbit
  11. linux rs,Linux中的RS, ORS, FS, OFS
  12. 【挨踢人物传】英雄不问出路,从化工员到微软企业护航专家(第16期)
  13. 【ZBH选讲·拍照】
  14. AttacKG: Constructing Technique Knowledge Graph from Cyber Threat Intelligence Reports 源码复现
  15. gitlab配置126邮箱发送邮件
  16. 2021世界人工智能大会开幕,百度飞桨荣获“SAIL之星”奖项
  17. mysql为什么尽量不要存null
  18. Python学习之路(六)——Linux编程
  19. 神州数码易拓TIPTOP ERP集成WEB应用(使用Flexigrid插件)
  20. 新闻联播鸿蒙系统,重磅!华为鸿蒙系统问世

热门文章

  1. 什么叫做走心的文案?怎么写走心的文案?
  2. 基于tkinter界面requests爬虫实现的学生事务管理平台自动填写系统
  3. 人体常用穴位按摩保健方法(动画图解)
  4. zabbix Trapper 监控项配置(39)
  5. Windows环境下文件夹自动同步的实现
  6. 制定标准的重要性和意义_标准的重要性
  7. 2021-11-15 入门前端VScode必装的常用插件, HTML+CSS常用属性速记.
  8. Project Management
  9. 英语作业介绍一项发明计算机,计算机专业英语第1次作业.doc
  10. iOS 芝麻认证开发(跳转本地的支付宝进行认证开发)