ImportError: Could not find the DLL(s) ‘msvcp140_1.dll‘. TensorFlow requires that these DLLs be inst
安装TensorFlow时报错:ImportError: Could not find the DLL(s) ‘msvcp140_1.dll’. TensorFlow requires that these DLLs be installed in a directory that is named in your %PATH% environment variable. You may inst
·
安装TensorFlow时报错:
ImportError: Could not find the DLL(s) ‘msvcp140_1.dll’. TensorFlow requires that these DLLs be installed in a directory that is named in your %PATH% environment variable. You may install these DLLs by downloading "Microsoft C++ Redistributable for Visual
原因:
缺少或vc++插件 安装版本不对
解决办法:
重新下载安装自己电脑对应的vc++版本
查看自己版本号:
控制面板\系统和安全\系统
下载对应的文件安装即可:

然后重新运行代码就不会报错了!
更多推荐



所有评论(0)