报错信息

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 Studio 2015, 2017 and 2019" for your platform from this URL:

报错原因

缺少关键文件

解决方案

1、打开网址  https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads

选择适合的版本然后下载

ImportError: Could not find the DLL(s) 'msvcp140_1.dll'.

下载之后,安装,然后重启电脑

 

相关文章:

  • 2021-12-11
  • 2021-09-01
  • 2021-12-13
  • 2021-12-05
  • 2021-12-11
  • 2022-01-07
  • 2021-12-29
  • 2022-01-21
猜你喜欢
  • 2021-12-09
  • 2021-12-12
  • 2021-10-02
  • 2021-07-09
  • 2021-09-15
  • 2021-04-30
  • 2021-10-19
  • 2021-11-13
相关资源
相似解决方案