问题描述:

使用Pycharm编程,导入paddlepaddle库出错。即:import paddle.fluid出错:DLL load failed: 找不到指定的模块

解决方法:

补上缺失的DLL的文件,DLL文件位数需对应。本人电脑为Windows7 64bit,所以对应DLL文件需找64位的补全。

参考:

http://ai.baidu.com/forum/topic/show/943038
https://blog.csdn.net/cskywit/article/details/81513066

 码字不易,如果您觉得有帮助,麻烦点个赞再走呗~

相关文章:

  • 2021-06-02
  • 2022-12-23
  • 2021-05-02
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-09
  • 2021-04-26
  • 2021-05-05
  • 2021-10-26
  • 2021-11-17
  • 2022-03-02
  • 2021-12-22
相关资源
相似解决方案