Bitte helfen Sie mir bei diesem Fehler
Ich habe das Tensorflow-Modul auf meinem Server installiert und unten finden Sie Informationen
15IT60R19@cpusrv-gpu-109:~$ pip show tensorflow
Name: tensorflow
Version: 1.0.0
Summary: TensorFlow helps the tensors flow
Home-page: http://tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: /home/other/15IT60R19/anaconda2/lib/python2.7/site-packages
Requires: mock, numpy, protobuf, wheel, six
Wenn ich jedoch versuche, Tensorflow zu importieren, wird der folgende Fehler angezeigt
>>> import tensorflow as tf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named tensorflow
Meine Python-Version ist wie folgt
Python 2.7.12 |Anaconda 2.5.0 (64-bit)| (default, Jul 2 2016, 17:42:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
Ich habe die in sol1 angegebenen Lösungen ausprobiert
Ich habe keinen Sudo-Zugriff auf den Server. Ich kann Pip nur zum Installieren eines Moduls verwenden
Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow