Why Mingw32 is not recognized automatically when MSVC is not found and the variable CC / CCX are set? #4104
mdonato-phd
started this conversation in
General
Replies: 1 comment
-
Hi @mattia-donato, please note that the compilation in MinGW is not fully flashed out yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to install the pypi package "ultradict". I am using
pip install ultradict
in a venv in Windows OS. I have installed mingw32 and I set environments variable it in the PATH and in CC / CXX. I do not understand why I get the error Microsoft Visual Studio 14 not found. Instead if manually I usepython setup.py build_ext --inplace -compiler=mingw32 -DMS_WIN64
the compilation is possible. Where is the problem?Beta Was this translation helpful? Give feedback.
All reactions