Closed LemurPwned closed 5 years ago
Investigated this issue and generally Cython requires Visual C++ SDK tools to build on Windows Machines. This was added to requirements already.
Solution for MinGw Users (most likely won't work):
http://cython.readthedocs.io/en/latest/src/tutorial/appendix.html
This is foobar. MinGw64 can't build with Python at all and it seems that MinGw32 neither but for Python 3.5 or higher
So the solution would be in general to install Visual C++ build toolchain from the link here:
https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017
Actually, there is more. Use of imp library caused recursive module load on Windows. Since imp has been deprecated since 3.4, it must be replaced with importlib
Closing as we don't use it anymore
Cython build veryfing script has problems with correct building on some Windows machines