[Tutor] Tensorflow
Alan Gauld
alan.gauld at yahoo.co.uk
Fri Apr 14 15:32:31 EDT 2023
On 14/04/2023 20:12, Diana Katz wrote:
> I tried installing tensor flow on my computer and I received this error
> message.
>
> C:\pythin>pip install tensorflow-2.12.0-cp311-cp311-win_amd64.whl
> 'pip' is not recognized as an internal or external command,
> operable program or batch file.
>
> What can I do next?
Try running
C:\pythin> py -m pip install tensorflow-2.12.0-cp311-cp311-win_amd64.whl
instead, that often produces better results.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list