Python 3.6 ModuleNotFoundError: No module named tensorflow

preview_player
Показать описание
Python 3.6 ModuleNotFoundError: No module named 'tensorflow'
sudo apt install python3-pip
sudo python3 -m pip install tensorflow
sudo python3 -m pip show tensorflow
Рекомендации по теме
Комментарии
Автор

Go to anaconda, select Environments.
Intall Tensorflow environment and in tensorflow environment terminal
pip install tensorflow
and that's it. Works!
The issue is environment.

donatasbagavicius
Автор

Could not find a version that satisfies the requirement tensorflow (from versions: )

nilanjanmhatre
Автор

What is the environment that you are working with?

ahmedhusham
Автор

Thanks a lot !!
All your videos are very useful

manub.n
Автор

Hi, i have this error:
>>> import tensorflow
2020-06-02 01:42:38.136892: W Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found
2020-06-02 01:42:38.141319: I Ignore above cudart dlerror if you do not have a GPU set up on your machine.

gonzalozamorano
Автор

After running the command "sudo apt install python3-pip", Im getting the following error..

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Kindly assist

Lianaable
Автор

Python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
Illegal instruction (core dumped)


I'm still getting an error

Lordpoopsir
Автор

Hi I am working on linux ubuntu, I have run the commands same as you did in video but still I have same error

File "test.py", line 4, in <module>
from keras.datasets import mnist
ModuleNotFoundError: No module named 'keras'


I am using pycharm to run the code

allyzakhan
Автор

Works with a small modification "sudo apt install python3-pip" unstead of "sudo apt install python-pip" . thank you

youyou
Автор

pip3 install tensorflow

this command worked for me. I am using Anaconda prompt

samarthjoelram
Автор

I've got the same error for windows please

tayyabbutt
visit shbcf.ru