ERROR: Failed building wheel for pycrypto
生活随笔
收集整理的這篇文章主要介紹了
ERROR: Failed building wheel for pycrypto
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
我的系統(tǒng)環(huán)境:CentOS
Python環(huán)境:Python3(Python2也適用)
問題:ERROR: Failed building wheel for pycrypto
解決方案:
在CentOS命令行里安裝
其實之前我已經(jīng)安裝過python-devel,默認是Python2,而我用的是Python3環(huán)境,所以需要去安裝python3-devel,
如果你的項目是通過virtualenv管理包的,那就去激活你的virtualenv里的環(huán)境,然后?pip install pycrypto
總結
以上是生活随笔為你收集整理的ERROR: Failed building wheel for pycrypto的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 数据结构 - 从二叉搜索树说到AVL树(
- 下一篇: Codeforces Round #36