0

Im using anaconda, I created an enviroment called proyecto, then after activating it I wrote "conda install tensorflow" and this was the result:

(proyecto) C:\Users\min2>conda install tensorflow Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  • tensorflow

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

I have no idea whats going on because I use to have tensorflow on this PC. I've seen similar problems but none of them helped me.

drop90prog
  • 45
  • 8

1 Answers1

0

As mentioned by @drop90prog, After installing x64 version it works why because Tensorflow is tested and supported on the 64-bit Windows system.

Refer the Tensorflow portal for more information.