python3.6安装pycrypto

Posted always9

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3.6安装pycrypto相关的知识,希望对你有一定的参考价值。

0x00 问题描述 

error: command ‘D:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.10.25017\\bin\\HostX64\\x64\\cl.exe‘ failed with exit status 2

 

0x01 解决方法

首先本机上安装了Microsoft Visual Studio2017 Community版

A、将D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\stdint.h文件拷贝到C:\Program Files (x86)\Windows Kits\10\Include\10.0.15063.0\ucrt\目录下

B、修改C:\Program Files (x86)\Windows Kits\10\Include\10.0.15063.0\ucrt\inttypes.h中的第13行,将

#include <stdint.h>

 

  修改为

#include "stdint.h"

  问题解决。

 


以上是关于python3.6安装pycrypto的主要内容,如果未能解决你的问题,请参考以下文章

python3.6 和python 2.7版本安装pycrypto过程及问题(不需要安装vs)

Windows7 Python-3.6 安装PyCrypto(pycrypto 2.6.1)出现错误以及解决方法

Microsoft Windows Python-3.6 PyCrypto 安装错误

Windows安装pycrypto失败记录

python3.6中安装Crypto模块

PyCrypto已放弃维护 请使用PyCryptodome