Install TensorFlow Package
I'm trying to use the tensorflow package library, but when I used the command import the program warned me that "installation failed!"
HarperframeInc (446)
Did you do `import tensorflow'?
Did you add requirements.txt?
Did you add the library via the Packages tab?
They might not have the package... i'm not sure.
Hi!
It looks like you started typing your code inside of
requirements.txt
inside ofmain.py
. You're probably going to want to put your code in the right file =P