+ 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?
3 Respostas
+ 3
Some python modules aren't supported in Sololearn (such as tkinter, turtle, matplotlib etc). Tensorflow is probably included in this category.
+ 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.
+ 1
Can i install it using my android phone?