I really tried just about everything I found on the web including the StackOverflow answers to no avail..
When I'm running
python setup.py build_ext --inplaceto compile my Cython code, the error shows up:
C:\Users\irmsc\AppData\Local\Programs\Python\Python38\include\pyconfig.h(59): fa
tal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Communit
y\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit sta
tus 2
Any ideas? I have tried:
- Reinstalling Visual Strudio
- Install ALL packages in Build tools
- Adding some path variables
- Running the compilation through Developer Command Prompt for VS