How to Install Latest version of Tensorflow in the Anaconda environment

58 Views Asked by At

My project required application of latest version of Tensorflow(2.15.0). In order to install, I created a new environment with Python3.11.8 using Anaconda Navigator. Among the 'Not Installed' packages, Tensorflow-2.10.0 is shown. I also tried to install outside the Navigator using the command.

conda install conda-forge::tensorflow

Still the version getting installed is 2.10.0. How can I install Tensorflow-2.15.0 in the Anaconda environment?

0

There are 0 best solutions below