[Tutor] Fwd: Tensorflow

Dennis Lee Bieber wlfraed at ix.netcom.com
Fri Apr 14 22:28:18 EDT 2023


On Fri, 14 Apr 2023 16:37:41 -0400, Diana Katz <diana.katz at gmail.com>
declaimed the following:
>
>C:\Users\merma> py -m pip install tensorflow-2.12.0-cp311-cp311-
>win_amd64.whl
>
>WARNING: Requirement 'tensorflow-2.12.0-cp311-cp311-win_amd64.whl' looks
>like a filename, but the file does not exist
>

	Typically one specifies just the module to be installed; pip will
commonly determine the newest version compatible with the python being
used.

	If one needs a specific version of a module, that is done by specifying
an option to the pip arguments.

https://pip.pypa.io/en/stable/reference/requirement-specifiers/



More information about the Tutor mailing list