Issue
I need TensorFlow to execute a python script, when installing it, either using
- pip3 install TensorFlow
- pip3 install --upgrade TensorFlow
Or any other alternative it just doesn't work.
I don't know if its related, but every time I try to install it, the killed message appears at the end.
Note: the --trusted-host option was from this post
thanks in advance.
Solution
Try using
pip3 install tensorflow-cpu
Answered By - Francisco Ignacio Hoyos Armijo Answer Checked By - Cary Denson (WPSolving Admin)