You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation process described in README.md will not work for Python x64 on Windows.
First, you'll need to install mingw64, not w32. And it uses packman -S to install packages, not mingw-get
Second, the PATH must contain C:\msys64\mingw64\bin
Third, you'll need to patch: Python27\Lib\distutils\cygwinccompiler.py https://stackoverflow.com/questions/2842469/python-undefined-reference-to-imp-py-initmodule4#
distutils.cfg step is still valid.
Only then you may try to build it via setup.py
The text was updated successfully, but these errors were encountered:
Installation process described in README.md will not work for Python x64 on Windows.
First, you'll need to install mingw64, not w32. And it uses packman -S to install packages, not mingw-get
Second, the PATH must contain C:\msys64\mingw64\bin
Third, you'll need to patch: Python27\Lib\distutils\cygwinccompiler.py
https://stackoverflow.com/questions/2842469/python-undefined-reference-to-imp-py-initmodule4#
distutils.cfg step is still valid.
Only then you may try to build it via setup.py
The text was updated successfully, but these errors were encountered: