在conda环境中运行train.py时,没有名为“ tensorflow”的模块

时间:2019-01-19 03:08:29

标签: tensorflow conda object-detection

我尝试运行train.py文件来训练对象检测器,但是出现ModuleNotFoundError: No module named 'tensorflow'错误。我在conda环境中运行此程序,并且可以在该环境中导入并使用tensorflow了。有人知道为什么会这样吗?谢谢

(fastai-audio) C:\Users\Andrew\Documents\TensorFlow\workspace\classification>train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/pipeline.config
Traceback (most recent call last):
  File "C:\Users\Andrew\Documents\TensorFlow\workspace\classification\train.py", line 47, in <module>
    import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow



1 个答案:

答案 0 :(得分:0)

我不知道如何运行它,所以我决定创建一个jupyter笔记本来在fastai-audio内核中运行该单元,并且它起作用了。