pipを使用してテンソルフローを正常にインストールしました。私はpython 2.7.11を持っています。pip show tensorflowを実行するときに再確認するには、tensorflow 0.8.0 バージョンが正常にインストールされていることを示しています。
しかし、私が行ったインストールをテストするために
$python
import tensorflow as tf
それから私は得る
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named tensorflow
$pip show tensorflowを実行 すると、これが得られます
Metadata-Version: 2.0
Name: tensorflow
Version: 0.8.0
Summary: TensorFlow helps the tensors flow
Home-page: http://tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
Installer: pip
License: Apache 2.0
Location: /usr/local/lib/python2.7/dist-packages
Requires: six, protobuf, wheel, numpy
Classifiers:
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 2.7
Topic :: Scientific/Engineering :: Mathematics
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Libraries
Entry-points:
[console_scripts]
tensorboard = tensorflow.tensorboard.tensorboard:main