Answers for "python 3.7 but won't work with tensorflow"

2

pip install tensorflow not working

python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl
Posted by: Guest on February-10-2021
0

why tensorflow not working in .py file

##don't execute your file as 
sudo python3 <yourfile.py>

##just use 
python3 <yourfile.py>

## and also *don't* use file names like "imp.py", "tf.py",
Posted by: Guest on October-29-2020

Code answers related to "python 3.7 but won't work with tensorflow"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language