1. If VS2019 BuildTools and its corresponding VC++14 library are installed on the machine, go directly to C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include Copy the stdint.h file to the C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt directory in the directory (*14.29.30133 is the version number, which may be different depending on the version you installed) ;
2. Modify the C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\inttypes.h file: change the line 14
#include <stdint.h>
Change to
#include "stdint.h"
3. Execute in CMD
set CL=/FI"%VCINSTALLDIR%\\INCLUDE\\stdint.h" %CL%
4. Execute PIP3 install pycrypto or pip install pycrypto to install.
Read More:
- [Solved] Windows pycrypto Install Error: ERROR: Failed building wheel for pycrypto
- Python: How to Solve mysqlclient Install Error in Mac
- How to Solve Python WARNING: Ignoring invalid distribution -ip (e:\python\python_dowmload\lib\site-packages)
- Python 2.7: How to Install PIP
- How to Solve Termux install Pillow Error
- How to Solve PIP Install fasttext Error
- Python: How to Solve error While importing windpy
- How to Solve Python ImportError: cannot import name UnrewindableBodyError
- How to Solve Python picamera and raspistill error
- How to Solve Python AttributeError: ‘module’ object has no attribute ‘xxx’
- How to Solve Python Libsm. So. 6 error
- How to Solve Python Importerror: DLL load failed: unable to find the specified program using tensorflow
- How to Solve Python Pandas Read or Import Files Error
- [Solved] NPM install Error: check python checking for Python executable python2 in the PATH
- How to Solve Python Xlwt ValueError: More than 4094 XFs (styles)
- Python: How to Solve multiprocessing module Error in Windows
- How to Solve Python ShapeFile.writer Error for Beginners
- How to Solve PIP3 error After upgrading pip3 install –upgrade pip
- How to Solve Python AttributeError: ‘dict’ object has no attribute ‘item’
- Python Error: pip install mysql-connector-python failed