markjay4k / Install-Tensorflow-on-Ubuntu-17.10-

Quick install guide for Ubuntu 17.10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA installation error

ngoquanghuy99 opened this issue · comments

When i ran this command: sudo apt-get install cuda, i got this error:
image
Somebody please give me a solution to solve this. Thanks!

sudo apt-get install aptitude
sudo aptitude install cuda

sudo apt-get install aptitude
sudo aptitude install cuda

That solved my problem, thank you!

not

sudo apt-get install aptitude
sudo aptitude install cuda

not working bro

Try this https://github.com/MaraniMatias/Install-Tensorflow-GPU-on-Ubuntu-18.04-gtx-1070ti
ThankYou for your reply...!
But why should we download cuda 10.0 if we already have installed 9.0? And also TF-GPU won't support 10.0 yet, only 9.0 does,..
please check this link https://medium.com/@taylordenouden/installing-tensorflow-gpu-on-ubuntu-18-04-89a142325138

Try this https://github.com/MaraniMatias/Install-Tensorflow-GPU-on-Ubuntu-18.04-gtx-1070ti
ThankYou for your reply...!
But why should we download cuda 10.0 if we already have installed 9.0? And also TF-GPU won't support 10.0 yet, only 9.0 does,..
please check this link https://medium.com/@taylordenouden/installing-tensorflow-gpu-on-ubuntu-18-04-89a142325138

Probably i have install cuda 9 and cuda 10, i not can check this, now.
This guia https://www.tensorflow.org/install/gpu#linux_setup is similar to my repo on github.

You can install cuda 9.x the guia is equal

Try this https://github.com/MaraniMatias/Install-Tensorflow-GPU-on-Ubuntu-18.04-gtx-1070ti
ThankYou for your reply...!
But why should we download cuda 10.0 if we already have installed 9.0? And also TF-GPU won't support 10.0 yet, only 9.0 does,..
please check this link https://medium.com/@taylordenouden/installing-tensorflow-gpu-on-ubuntu-18-04-89a142325138

Probably i have install cuda 9 and cuda 10, i not can check this, now.
This guia https://www.tensorflow.org/install/gpu#linux_setup is similar to my repo on github.

You can install cuda 9.x the guia is equal

hmm.. finished installing... but i'm getting same problem prior to this reinstall. Actually yesterday i ran a program and it showed this error,. So I decided to reinstall the TF-GPU .... Now i'm getting same error again... Previously many time i used my GPU but this time it;s showing this error
yr
I have attached the screenshot of the terminal. Please take a look ...

I using python 3.6 or hither, Will it be the problem?

Done!