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

打开提示的URL:https://www.microsoft.com/en-us/download/details.aspx?id=53587

import tensorflow遇到的问题 ImportError: Could not find 'msvcp140.dll'
下载Visual C++ 2015 Redistributable
然后安装
import tensorflow遇到的问题 ImportError: Could not find 'msvcp140.dll'

这时候再用就没问题了。

相关文章:

  • 2022-12-23
  • 2021-09-02
  • 2021-06-15
  • 2021-12-30
  • 2021-12-09
  • 2021-12-24
  • 2021-10-11
猜你喜欢
  • 2021-05-03
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2021-07-02
相关资源
相似解决方案