Hi Prakash,
Thanks for your reply. I have issue with msvcp140_1.dll and not msvcp140.dll. msvcp140.dll already exists. The missing one is msvcp140_1.dll which is giving the error.
Thanks!!
Regards,
Hardik J.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
For my python program I require msvcp140_1.dll to be present in my Path environment. FOr this it suggested to download and install Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019. I tried installing the same. But even after installation the file is missing from System 32.
Can you please help?
Regards,
Hardik J.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi Prakash,
Thanks for your reply. I have issue with msvcp140_1.dll and not msvcp140.dll. msvcp140.dll already exists. The missing one is msvcp140_1.dll which is giving the error.
Thanks!!
Regards,
Hardik J.
Hi Hardik,
Thank you for writing to Microsoft Community Forums.
I understand that you are facing issues with Python program on your PC as it is asking for MSVCP140.dll, and I certainly appreciate your efforts in trying to resolve the issue by following certain troubleshooting steps.
Let’s try couple of troubleshooting steps and see if we can fix the issue.
Method 1:
Try re-registering the DLL file and see if that helps.
In addition, you can also refer the article Using System File Checker in Windows 10
Method 2:
Try reinstalling Visual C++ 2015 on your PC and see if that helps. You can download Visual C++ from the Microsoft website.
Let us know how it goes.
Regards,
Prakhar Khare
Microsoft Community – Moderator
Hi HardikJangla,
I've run into the same problem when trying to install Visual C++ redistributable 2015, and Visual Studio Community Edition 2019 as well. Were you able to resolve the issue of missing msvcp140_1.dll file? If so, what did you do to resolve the problem?
Hi HardikJangla,
I've run into the same problem when trying to install Visual C++ redistributable 2015, and Visual Studio Community Edition 2019 as well. Were you able to resolve the issue of missing msvcp140_1.dll file? If so, what did you do to resolve the problem?
Hi LarryH2,
I struggled with this same issue for the whole day. It boils down to the incompatibility among a few packages: "protobuf", "tensorflow" and the python version itself.
Please see this thread here, look at the response from RonVibbentrop:
I followed that exactly (i.e. downgrade and/or change versions). It works.
The command to uninstall the protobuf package is "pip uninstall protobuf". The reinstall it with a different version with "pip install protobuf==3.8.0," and so on.
Good luck !
Hello,
Run these scans before proceeding using PowerShell (Admin) instead of Command Prompt.
Fix: This solution may help resolve the missing .dll file.
VCRUNTIME140.DLL is missing from your Computer
Did you see the solution offered here?
https://developercommunity.visualstudio.com/content/problem/222368/msvcp140-1dll-missing.html
Related link:
https://stackoverflow.com/questions/32998902/msvcp140-dll-missing
The latest supported Visual C++ downloads
Do you have Cloud software installed from third-party websites? Adobe, etc...
If yes, uninstall the software, scan for Windows 10 updates and Visual C++.
I'd also advise checking Windows Update update history to ensure all updates were successful.
Once all updates have been applied verify the software now works. If not getting the error you may reinstall the Adobe, etc.. software.