SciPy 1.9.2 for Windows does not contain msvcp140.dll
See original GitHub issueSciPy 1.9.1 contained msvcp140.dll
while 1.9.2 does not. For scikit-learn, the removal of msvcp140.dll
is causing build issue because scikit-learn depended on the DLL from SciPy: https://github.com/scikit-learn/scikit-learn/issues/24612.
Coming from https://github.com/scipy/oldest-supported-numpy/issues/45 and https://github.com/scipy/scipy/pull/16842, it looks like SciPy does not need to vendor msvcp140.dll
anymore. Was the removal of msvcp140.dll
intentional?
Issue Analytics
- State:
- Created a year ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
SciPy on Python 3.10 Windows does not include msvcp140.dll
whl does include msvcp140.dll . When looking at the build logs for Windows Python 3.9, we see the line that shows msvcp140.dll is...
Read more >ImportError: Could not find the DLL(s) 'msvcp140.dll or ...
Solved - I had same issue and downloaded that folder given in the link but didn't work. And I searched from internet 'Microsoft...
Read more >msvcp140.dll Missing Error | How to Fix | 2 Fixes | 2021
Updated Video: https://youtu.be/TxfvpLtdYz4Are you getting a msvcp140. dll is missing from your computer Error on Windows 10, 8, or 7 because ...
Read more >SciPy 1.0.0 Release Notes — SciPy v1.9.3 Manual
Major build improvements. Windows wheels are available on PyPI for the first time, and continuous integration has been set up on Windows and...
Read more >Out of nowhere, PC is now missing MSVCP140.dll. How to fix?
dll is missing from your computer. Try reinstalling the program to fix this problem. There was no changes made before experiencing this issue....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/scikit-learn/scikit-learn/pull/24446 adds scipy nightly builds to the searchable pip indexes.
Scikit-learn 1.1.2 is vendoring the necessary DLL, so I’ll close this. Thanks for the discussion and helping solve this, everyone!