windows10安装tf-1.15出错了,当然不是新安装的python3.6.8,之前电脑恢复出厂设置了,但我发现文件夹似乎并没有删除,直接在原目录下安装的python,出现了这个问题
File "D:\python36\lib\site-packages\tensorflow_core\python\platform\self_check.py",
line 55, in preload_check
% build_info.msvcp_dll_name)
ImportError: Could not find 'msvcp140.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable.
You may install this DLL by downloading Visual C++ 2015 Redistributable Update 3 from this
URL: https://www.microsoft.com/en-us/download/details.aspx?id=53587
我从这个网址下载安装后仍旧不行,而且在应用程序中可以看到这个玩意安装了。
而且我不管32位64位都安装了