python3.6 安装 pycrypto
Posted mendax
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3.6 安装 pycrypto相关的知识,希望对你有一定的参考价值。
今天在导入requirements.txt时候 刚开始好好地 结果到了pycrypto 就开始报错 安装不上,
经过一下午得摸爬滚打,终于解决,首先根据提示进行Visual Studio的安装,只需要点这几个,然后运行还是报错
error: command ‘cl.exe‘ failed: No such file or directory
继续查找,看到一个国内文档,原来是需要VS Build Tools环境的问题,
cd “C:Program Files (x86)Microsoft Visual Studio2017CommunityVCAuxiliaryBuild” vcvarsall.bat x86_amd64 cd set CL=“C:Program Files (x86)Microsoft Visual Studio2017CommunityVC oolsmsvc14.14.26428includestdint.h” pip install pycrypto
注意 : 2点 路径, 还有版本号(自己这边的toolsmsvc路径里得版本号)
以上是关于python3.6 安装 pycrypto的主要内容,如果未能解决你的问题,请参考以下文章
python3.6 和python 2.7版本安装pycrypto过程及问题(不需要安装vs)
Windows7 Python-3.6 安装PyCrypto(pycrypto 2.6.1)出现错误以及解决方法