[issue32535] msvcr140.dll has been replaced with vcruntime140.dll

2018-01-11 Thread Steve Dower
Steve Dower added the comment: The CRT isn't a simple DLL anymore, and MinGW isn't a fully supported compiler either. You're going to be best to work with the people behind mingwpy to get it working, as there really isn't anything we can do on our end (though I do what I can to help them out,

[issue32535] msvcr140.dll has been replaced with vcruntime140.dll

2018-01-11 Thread Bruno Abreu Calfa
Bruno Abreu Calfa added the comment: Correct. I installed the x86_64 version from mingw32-w64 (https://mingw-w64.org, v5.0.3). I found this post https://mingwpy.github.io/ucrt.html, which actually references a post of yours. I honestly don't know if UCRT is supported by MinGW compiler. What

[issue32535] msvcr140.dll has been replaced with vcruntime140.dll

2018-01-11 Thread Steve Dower
Steve Dower added the comment: A little bit. You're trying to build with mingw32? Do they support linking against the UCRT? -- ___ Python tracker ___ _

[issue32535] msvcr140.dll has been replaced with vcruntime140.dll

2018-01-11 Thread Bruno Abreu Calfa
Bruno Abreu Calfa added the comment: Steve, I tried building the pyhsmm project (https://github.com/mattjj/pyhsmm) using: python setup.py build -c mingw32 I got a link error saying that -lmsvcr140 could not be found. Then I realized that msvcr140.dlll doesn't exist. Instead, vcruntime140.dll

[issue32535] msvcr140.dll has been replaced with vcruntime140.dll

2018-01-11 Thread Steve Dower
Steve Dower added the comment: Where is that code? Presumably in distutils, and yet distutils has worked just fine for the 3.5 and 3.6 releases. Perhaps you can clarify the bug report into something we can understand and investigate? That only thing in that thread I see that matches your sugg

[issue32535] msvcr140.dll has been replaced with vcruntime140.dll

2018-01-11 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Python

[issue32535] msvcr140.dll has been replaced with vcruntime140.dll

2018-01-11 Thread Bruno Abreu Calfa
New submission from Bruno Abreu Calfa : File msvcr140.dll does not exist after installing Microsoft Visual C++ 2015 Redistributable or Visual Studio 2015. It has been replaced with vcruntime140.dll. See discussion here: https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/yLH46ilPQe