安装包的时候出现报错:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.

distributed 1.21.8 requires msgpack, which is not installed.

conda 4.10.1 requires ruamel_yaml_conda>=0.11.14, which is not installed.

cryptography 3.3.2 requires cffi>=1.12, but you have cffi 1.11.5 which is incompatible.

错误:pip的依赖项解析程序当前未考虑已安装的所有软件包。这种行为是以下依赖冲突的根源。
distributed 1.21.8需要未安装的msgpack。
conda 4.10.1要求ruamel\u yaml\u conda>=0.11.14,但未安装。
密码学3.3.2要求cffi>=1.12,但cffi 1.11.5不兼容。

解决方法:重新安装这两个包就好了

重新安装msgpack

升级cffi为最新即可

ERROR: pip‘s dependency resolver does not currently take into account all the packages that are inst相关推荐

  1. 【报错解决】ERROR: pip‘s dependency resolver does not currently take into account all the packages

    问题描述 使用pip安装 某些包时,报错: ERROR: pip's dependency resolver does not currently take into account all the ...

  2. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stric

    ubuntu安装rasa 1.创建并激活虚拟环境 conda create -n rasa python=3.6 source activate rasa 2.安装rasa pip3 install ...

  3. Resolve error: unable to load resolver node src\main.js:1:1

    ✘ https://google.com/#q=import%2Fno-duplicates Resolve error: unable to load resolver "node&quo ...

  4. Error Missing optional dependency ‘xlrd‘. Install xlrd = 1.0.0 for Excel support Use pipinstall xlr

    ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip ...

  5. jupyter KeyError Unhandled error ‘pip uninstall psutil‘, manually remove

    1.问题 jupyter KeyError Unhandled error ImportError: version conflict: 'C:\Users\AppData\Roaming\Pytho ...

  6. 解决Python通过pip安装报错:(有图)Could not install packages due to an EnvironmentError: HTTPSConnectionPool

    在install后面加上**–user**就可以啦! C:\Users\HWP>pip install --user report

  7. HDF5 library version mismatched error的解决方案

    1.报错信息 Warning! ***HDF5 library version mismatched error*** The HDF5 header files used to compile th ...

  8. Raspberry Pi 4B 部署 YOLOX

    环境 Python:3.7.3 YOLOX:0.1.1rc0 torch:1.8.0 torchvision:0.9.0 OpenVINO:2021.4.582 g++ (Raspbian 8.3.0 ...

  9. Windows10 将 YOLOX模型转换为OpenVINO需要的IR文件

    环境 Windows:10 Anaconda:2.0.4 Python 3.7.10 torch:1.7.0 torchvision:0.8.0 YOLOX:0.1.0 OpenVINO 工具包 20 ...

  10. Py之pixellib:pixellib库的简介、安装、经典案例之详细攻略

    Py之pixellib:pixellib库的简介.安装.经典案例之详细攻略 目录 pixellib库的简介 1.基础案例 pixellib库的安装 pixellib库的经典案例 1.使用pixelli ...

最新文章

  1. Eclipse ADT 21 Preview 10 发布
  2. JS合并数组的几种方法及优劣比较
  3. eclipse 在 Linux中常用命令,持续更新....
  4. JLBH示例3 –吞吐量对延迟的影响
  5. javascript 模仿 html5 placeholder
  6. BZOJ1822[JSOI2010] 冷冻波
  7. C#做一年小孩做一个口算题生成器
  8. Python语法练习
  9. 牛牛的闹钟--网易2019实习生招聘编程题
  10. CE修改器入门:查找多级指针
  11. PTA 天梯赛L1 7-3 跳一跳 (15 分) C语言AC题解【仅供分享】
  12. 广州首发跨境电商“全球卖”-成都扬帆牧哲跨境电商
  13. 适合跨境电商亚马逊专业货源平台有哪些?
  14. 优秀的计算机简历,计算机优秀简历范文
  15. 三维目标检测之ROS可视化
  16. 【C++程序设计教程(第三版)钱能】 学习笔记 上半部/C++过程化语言基础
  17. ECharts的二次封装
  18. 二、Dynamic Mapping、字段类型
  19. 零基础素描练习,排线和黑白关系究竟哪个更重要?
  20. 局域网硬盘 linux,linux局域网内磁盘映射

热门文章

  1. BOF算法 基于SIFT+KMeans
  2. Aqara绿米董事长游延筠专访:以用户体验为出发点,打造更懂你的家
  3. 鼠标滚轮乱跳解决方法
  4. 996下的程序员,该如何保证自己的身体健康?
  5. SOtime -- JS的时间戳与日期转换操作
  6. seo优化如何写出高质量的文章
  7. 基于BP神经网络的PID智能控制
  8. ROS(RouterOS)实现一线多拨+负载均衡(多图)
  9. 约束布局错误提示(ConstraintLayout)This view is not constrained horizontally: at runtime it will jump to the
  10. CF949D Curfew 贪心