import tensorflow as tf时报找不到module
来源:3-11 安装TensorFLow(下)

慕函数2082699
2018-09-17
报错信息
import tensorflow as tf
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘tensorflow’
tensorflow信息
(tensorflow) taoshideMac-mini:tensorflow taoshiliu$ pip3 show tensorflow
Name: tensorflow
Version: 1.10.1
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: /Users/taoshiliu/tensorflow/lib/python3.6/site-packages
Requires: numpy, protobuf, setuptools, absl-py, six, wheel, gast, tensorboard, termcolor, grpcio, astor
Required-by:
python信息
(tensorflow) taoshideMac-mini:tensorflow taoshiliu$ python -V
Python 3.7.0
1回答
-
Oscar
2018-09-18
你是用pip3安装的Tensorflow吧?用的什么命令?
00
相似问题