Replies: 1 comment
-
I think a pull request implementing this would be welcome. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some developers try to use MinGW/MinGW-w64, but they will get an error like
ValueError: Unknown MS Compiler version 19xx
.There is an issue and a patch in https://bugs.python.org/issue25251
Cython says don't use MinGW-w64: https://github.com/cython/cython/wiki/CythonExtensionsOnWindows#less-useful-information
numpy/numpy#6875 says
vcruntime140.dll does not contain the C runtime
Any thoughts?
Edit: I created pypa/distutils#41
Beta Was this translation helpful? Give feedback.
All reactions