简体   繁体   English

Tensorflow:ImportError:DLL 加载失败:找不到指定的模块

[英]Tensorflow: ImportError: DLL load failed: The specified module could not be found

I'm writing Rasa source code for my chatbot, using Python 3.7.7, pip 20.1.1 and conda 4.5.12.我正在为我的聊天机器人编写 Rasa 源代码,使用 Python 3.7.7、pip 20.1.1 和 conda 4.5.12。 I use the command: conda install tensorflow to install this framework, version 2.1.0.我使用命令: conda install tensorflow来安装这个框架,版本 2.1.0。 However when trying to execute rasa train to train my chatbot, I came up against an error with process of importing tensorflow.但是,在尝试执行rasa train来训练我的聊天机器人时,我遇到了导入 tensorflow 的过程中的错误。 The Error: ImportError: DLL load failed: The specified module could not be found.错误: ImportError: DLL 加载失败:找不到指定的模块。 I still find the tensorflow folder, so what I need to do to fix this problem?我仍然找到 tensorflow 文件夹,那么我需要做什么来解决这个问题?

You can Use pip install tensorflow您可以使用pip install tensorflow

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows 上的 Tensorflow - ImportError:DLL 加载失败:找不到指定的模块 - Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found tensorflow 2.3.1 导入错误:DLL 加载失败:找不到指定的模块 - tensorflow 2.3.1 ImportError: DLL load failed: The specified module could not be found Tensorflow 错误:ImportError: DLL 加载失败:找不到指定的模块 - Tensorflow Error: ImportError: DLL load failed: The specified module could not be found Tensorflow: ImportError: DLL load failed while importing _pywrap_tensorflow_internal: 找不到指定的模块 - Tensorflow: ImportError: DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found 尝试安装TensorFlow- GPU ...失败,但出现ImportError:DLL加载失败:找不到指定的模块 - Trying to install TensorFlow- GPU…failed with ImportError: DLL load failed: The specified module could not be found Tensorflow 库导入错误:DLL 加载失败:找不到指定的程序 - Tensorflow library ImportError: DLL load failed: The specified procedure could not be found 导入错误:DLL 加载失败:找不到指定的模块。 Tensorflow 聊天机器人 - ImportError: DLL load failed: The specified module could not be found. Tensorflow Chatbot Anaconda Tensorflow- ImportError: DLL 加载失败:找不到指定的模块 - Anaconda Tensorflow- ImportError: DLL load failed: The specified module could not be found Tensorflow-GPU安装ImportError:DLL加载失败:找不到指定的模块 - Tensorflow-GPU Installation ImportError: DLL load failed: The specified module could not be found 导入 tensorflow 时,出现错误“导入错误:DLL 加载失败:找不到指定的模块。” - While importing tensorflow, got the error 'ImportError: DLL load failed: The specified module could not be found.'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM