SensorFlow Installation auf Ubuntu

Wenn ich versuche, die TensorFlow Machine Learning-Bibliothek unter Ubunto (VMware-Image) mit folgendem Befehl zu installieren:

$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

nach dem Herunterladen des Pakets habe ich diesen Fehler erhalten:

Traceback (letzter Aufruf zuletzt): Datei "", Zeile 14, in IOError: [Errno 2] Keine solche Datei oder kein solches Verzeichnis: '/tmp/pip-GgS7fR-build/setup.py' Vollständige Ausgabe vom Befehlspython-Setup. py egg_info: Traceback (letzter Aufruf zuletzt):

Datei "", Zeile 14, in

IOError: [Errno 2] Keine solche Datei oder kein solches Verzeichnis: '/tmp/pip-GgS7fR-build/setup.py'

Ich benutze pip, python 2.7 und Ubuntu 12.04 LTS vmware image

Kann mir jemand helfen, diesen Fehler zu beheben?

fullpip.log Dateifehler

------------------------------------------------------------
/usr/bin/pip run on Sun Nov 22 06:06:30 2015
Downloading/unpacking https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
  Downloading from URL https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
  Running setup.py egg_info for package from https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/tmp/pip-GgS7fR-build/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

IOError: [Errno 2] No such file or directory: '/tmp/pip-GgS7fR-build/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1
Exception information:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 126, in main
    self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 223, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 980, in prepare_files
    req_to_install.run_egg_info()
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 216, in run_egg_info
    command_desc='python setup.py egg_info')
  File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 255, in call_subprocess
    % (command_desc, proc.returncode))
InstallationError: Command python setup.py egg_info failed with error code 1

Antworten auf die Frage(2)

Ihre Antwort auf die Frage