Why i can't use tensorflow library? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why i can't use tensorflow library?

Hello i want to use tensorflow for my python code, but why it says 'no module name: 'tensorflow' can anybody explain?

17th Mar 2019, 11:13 AM
Gavrie Sashenka
Gavrie Sashenka - avatar
3 Answers
+ 3
Some python modules aren't supported in Sololearn (such as tkinter, turtle, matplotlib etc). Tensorflow is probably included in this category.
17th Mar 2019, 11:21 AM
giannismach
giannismach - avatar
+ 3
SoloLearn has a very limited number of modules you can use, i think there is only numpy in addition to the built-in standard libraries. If you try to import on your own computer, you need to install it first, this is easiest to do with the package manager like pip or conda.
17th Mar 2019, 11:22 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Can i install it using my android phone?
17th Mar 2019, 1:01 PM
Gavrie Sashenka
Gavrie Sashenka - avatar