win10 python3.5/3.6安装pycrypto报错:error: Unable to find vcvarsall.bat

背景:

系统window 10

python3.5

在安装pycrypto时,提示错误信息如下:

error: Unable to find vcvarsall.bat

为什么报Unable to find vcvarsall.bat

window安装pycrypto,和解决遇到unable to find vcvarsall.bat 问题

python2.6-python3.3解决:

http://www.voidspace.org.uk/python/modules.shtml#pycrypto

python3.5解决:

    pycrypto编译下载链接:https://download.csdn.net/download/a1007720052/10458303

    github:https://github.com/sfbahr/PyCrypto-Wheels/

python3.6解决

    https://download.csdn.net/download/fzwolfcub/10173046

安装方法:

pip install xx.whl


相关文章

注:所有源代码均实测运行过。所有源代码均已上传CSDN,请有...
继承APIView和ViewSetMixin;作用也与APIView基本类似,提供...
一、Django介绍Python下有许多款不同的 Web 框架。Django是重...
本文从nginx快速掌握到使用,gunicorn快速掌握到使用,实现小...
uniapp微信小程序订阅消息发送服务通知
Django终端打印SQL语句 1 Setting配置: 2 默认python 使用的...