[Tutor] Tensorflow
Diana Katz
diana.katz at gmail.com
Fri Apr 14 15:57:05 EDT 2023
I tried but got this error message:
C:\Users\merma>cd C:\python
C:\python>C:
C:\python>C:\python> py -m pip install
tensorflow-2.12.0-cp311-cp311-win_amd64.whl
'C:\python' is not recognized as an internal or external command,
operable program or batch file.
C:\python>
On Friday, April 14, 2023, Alan Gauld via Tutor <tutor at python.org> wrote:
> 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
>
>
>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
More information about the Tutor
mailing list