Skip to content Skip to sidebar Skip to footer

Importerror: Could Not Find The Dll(s) 'msvcp140.dll Or Msvcp140_1.dll'. Even When The Files Are Located In The %path% Directory

I receive the following error when importing tensorflow (base) PS C:\Users\Rostyslav\GIt\GNN-GCP> python run_model.py --train --save Traceback (most recent call last): File 'r

Solution 1:

Solved - I had same issue and downloaded that folder given in the link but didn't work. And I searched from internet 'Microsoft Visual C++ 2015-2022 Redistributable' , downloaded .x64 file from this link: https://www.comss.ru/page.php?id=6172.

img 1

img 2

Restarted computer and Problem is solved

Post a Comment for "Importerror: Could Not Find The Dll(s) 'msvcp140.dll Or Msvcp140_1.dll'. Even When The Files Are Located In The %path% Directory"