Tensorflow installation error: GPU version on Ubuntu 16.04
NickName:Eudie Ask DateTime:2016-11-07T20:26:02

Tensorflow installation error: GPU version on Ubuntu 16.04

I have tried to install gpu version of tensorflow from following 2 method but getting same error at last step:

https://alliseesolutions.wordpress.com/2016/09/08/install-gpu-tensorflow-from-sources-w-ubuntu-16-04-and-cuda-8-0-rc/

https://pythonprogramming.net/how-to-cuda-gpu-tensorflow-deep-learning-tutorial/

Error is

Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run
    wb.build(autobuilding=True)
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build
    self.requirement_set.prepare_files(self.finder)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 448, in _prepare_file
    req_to_install, finder)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 387, in _check_skip_installed
    req_to_install.check_if_exists()
  File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 1011, in check_if_exists
    self.req.project_name
AttributeError: 'Requirement' object has no attribute 'project_name'

Copyright Notice:Content Author:「Eudie」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40465168/tensorflow-installation-error-gpu-version-on-ubuntu-16-04

Answers
drpng 2016-11-07T19:46:14

Your best bet is to use our official installation procedures:\nhttps://www.tensorflow.org/versions/r0.11/get_started/os_setup.html\n\nFor questions on build/install, we monitor issues on http://github.com/tensorflow/tensorflow/issues.",


More about “Tensorflow installation error: GPU version on Ubuntu 16.04” related questions

Tensorflow installation error: GPU version on Ubuntu 16.04

I have tried to install gpu version of tensorflow from following 2 method but getting same error at last step: https://alliseesolutions.wordpress.com/2016/09/08/install-gpu-tensorflow-from-sources-w-

Show Detail

How to install Tensorflow GPU on ubuntu 16.04

I am using AWS P2 gpu instance with Tesla K80 GPU and Ubuntu 16.04 LTS. Installing Tensorflow for CPU is easy: pip install tensorflow But Installing Tensorflow for GPU doesnt work : pip install

Show Detail

tensorflow GPU based installation

My system is ubuntu 16.04 version my laptop is dell Inspiron-5521 and it has intel graphic card but tensorflow needs nvidia graphics for cuda support. Is there any way where i can run tensorflow w...

Show Detail

tensorflow-gpu and cuDNN not properly installed on Ubuntu 16.04

I installed CUDA 8.0 on Ubuntu 16.04 (x86_64) with NVidia Geforce GTX 950M (driver 381) in an ASUS K501UX laptop. After CUDA installation, I'm able to run deviceQuery and bandwidthTest, according t...

Show Detail

How to install Tensorflow-GPU on ubuntu

How to install Tensorflow-GPU on ubuntu 16.04 I am using GeForce-710M GPU on my laptop and UBUNTU 16.04 LTS. installing tensorflow-gpu is too hard for me and i searched a lot, but i didn't get a good

Show Detail

Unable to configure tensorflow to use GPU acceleration in Ubuntu 16.04

I am trying to install Tensorflow in Ubuntu 16.04 ( in google cloud ). What I have done so far is created an compute instance. I have added a NVIDIA Tesla K80 to this instance. Also, made sure th...

Show Detail

Tensorflow GPU installation Ubuntu 16.04 Error (libcuda.so not found)

I have installed the gpu version of tensorflow but when I try to import it I get the following error message: I tensorflow/stream_executor/dso_loader.cc:125] successfully opened CUDA library libc...

Show Detail

Tensorflow on Ubuntu 16.04 Not Installing

I'm trying to install the GPU version of Tensorflow using Virtualenv on Ubuntu 16.04 and Python 3.6 (Anaconda), but it keeps on outputting these errors tensorflow-gpu 1.7.0 requires numpy>=1.13...

Show Detail

tensorflow installation error in Ubuntu 16.04 LTS

I have virtual machine with Ubuntu 16.04LTS 32-bit operating system, and I am trying to install (cpu-only python3.5) tensorflow with virtualenv using steps in: https://www.tensorflow.org/install/

Show Detail

I'm trying to use tensorflow on my ubuntu 16.04 machine, but even after installing tensorflow gpu; I cant use gpu for my tensorflow

I'm trying to use tensorflow GPU on my ubuntu 16.04 machine. I've successfuly installed CUDA toolkit (8.0.61) and cuDNN (6.0.21). The problem is, I can't use tensorflow gpu even after this installt...

Show Detail