我的系统环境:CentOS
Python环境:Python3(Python2也适用)

问题:ERROR: Failed building wheel for pycrypto

解决方案:
在CentOS命令行里安装

yum install gcc gcc-c++ python3-devel pycrypto

其实之前我已经安装过python-devel,默认是Python2,而我用的是Python3环境,所以需要去安装python3-devel,

如果你的项目是通过virtualenv管理包的,那就去激活你的virtualenv里的环境,然后 pip install pycrypto

ERROR: Failed building wheel for pycrypto相关推荐

  1. windows10下编译dllib报错: ERROR: Failed building wheel for dlib

    一.报错信息 在安装dlib的时候,使用pip进行安装 pip install dlib 二.解决方式 1.检查自己是否已经安装了cmake 首先要检测自己本机是否已经安装了cmake,因为安装dli ...

  2. 成功解决ERROR: Failed building wheel for pycocotools

    成功解决ERROR: Failed building wheel for pycocotools 目录 解决问题 解决方法 T1.直接命令法 T2.先编译后下载法 解决问题 ERROR: Failed ...

  3. ERROR: Failed building wheel for pillow and ERROR: running bdist_wheel问题解决

    ERROR: Failed building wheel for pillow and ERROR: running bdist_wheel问题解决 错误展示: 第一步:. pip install - ...

  4. ERROR: Failed building wheel for ctcdecode

    ERROR: Failed building wheel for ctcdecode 报错信息 Processing /ctcdecode Building wheels for collected ...

  5. ERROR: Failed building wheel for box2d-py

    ERROR: Failed building wheel for box2d-py 系统:wsl2 ubuntu20.04 在你的虚拟环境里安装pettingzoo 运行pip install pet ...

  6. ERROR: Failed building wheel for box2d-py 解决方法

    当我们在一个全新的Python环境中构建一个AI/ML项目时,往往会在pip install -r requirements.txt阶段遇到这样一个错误: Building wheel for box ...

  7. Windows安装pyav报错:ERROR: Failed building wheel for av.Failed to build av. ERROR: Could not build wheel

    Windows安装pyav报错:ERROR: Failed building wheel for av.Failed to build av. ERROR: Could not build wheel ...

  8. Building wheel for TA-Lib (setup.py) ... error / ERROR: Failed building wheel for TA-Lib

    Ubuntu18.04 正常的可以Building wheels for collected packages: TA-Lib,所以问题原因:没有wheel for TA-Lib ,网上的大部分都是介 ...

  9. ERROR: Failed building wheel for inplace-abn

    1. pip安装并编译inplace-abn时报错,报错如下 /usr/include/c++/7/bits/basic_string.tcc:1067:16: error: cannot call ...

最新文章

  1. Ubuntu 系统输入法设置
  2. PCB第二节知识整理
  3. 搭建完全分布式的hadoop
  4. 【STM32】SPI程序示例
  5. 你或许不了解的C++函数调用(1)
  6. Java重写方法与初始化的隐患(转)
  7. Python基础——min/max与np.argmin/np.argmax
  8. php openssl 处理pkcs8,openssl生成RSA格式,并转为pkcs8格式
  9. 灰灰深入浅出讲解支持向量机(SVM)
  10. 【转】业界主流单片机剖析
  11. OSI体系结构——数据链路层详解
  12. 话费对接充值平台_手机话费误充给他人怎么办?小编带你找运营商要回来
  13. 湖北一公司发生闪爆事故,这套化工厂巡检系统你有吗?
  14. 学习+思考+总结+分享
  15. java如何处理emoji表情,并存入数据库
  16. Creo 工程图 圆的中心引线设置
  17. FreeSwitch 终端命令详细介绍
  18. 质因数计数公式 POJ 2992 Divisors
  19. 图像识别的应用与实践
  20. JavaScript小案例程序保存(完整代码+效果展示)

热门文章

  1. 监督学习 | 线性回归 之正则线性模型原理及Sklearn实现
  2. 推荐北大饶毅教授的《生物学概念与途径》课程(慕课视频+讲义)
  3. 那些文献阅读能力爆表的科研学子,都在偷偷做这件事……
  4. 没有网也可以安装 Conda 环境
  5. simplifyEnrichment,一个对GO富集结果进行聚类和可视化的工具
  6. 又双叒叕一个软件安装方法
  7. Blizzard Transitions for Mac - 动态风雪过渡效果FCPX转场
  8. 2021—2022学年面向中小学生的全国性竞赛活动名单
  9. 动画学信奥 漫画学算法 CSP-J入门级 (一)、计算机基础与编程环境(依据「NOI大纲」)
  10. 1282:最大子矩阵《信息学奥赛一本通》