I am using Windows 8 and Python 2.7.9. I tried to install esmre with pip, but have the following error:
src/aho_corasick.c(48) : fatal error C1083: Cannot open include file: 'stdbool .h': No such file or directory error: command 'C:\Users\CHALLEN QU\AppData\Local\Programs\Common\Micro soft\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status 2
Failed building wheel for esmre
Failed to build esmre
Things I have already tried:
- Reinstall Microsoft Visual C++ compiler for Python 2.7
- Upgrade
pipandsetuptools - Look for a compiled version of
esmre, which I have not found - Install
esmrewitheasy_installor the setup.py inside the package.
It seems that I just can't compile it.