The error I get typing pip install -U tensorflow into the command terminal
Could not find a version that satisfies the requirement tensorflow (from
versions: )
No matching distribution found for tensorflow.
Ive been able to install numpy, scipy, and pygame. Tensorflow is the only
package tha
I'm trying to replicate the YouTube video,
https://m.youtube.com/watch?v=NTlXEJjfsQU. The videos git hub address is,
https://github.com/carykh/alignedCelebFaces. The video says I have to download
python 3 and using pip download tensorflow, numpy, scipy, and pygame. I've
tried downloading this
The video gives the source code and the necessary things to download with it.
But I'm new to python and don't understand how to install any of the files. The
files include: Python 3, pip, tenserflow, pygame, scipy, and numby. Could
anyone help me install all of this to run the AI. Thank you
--