I am not that well-versed in the packages installation but my Anaconda software has been working perfectly. I tried to install the packages via this link for running Keras and Tensorflow. However, I face the same error whenever I try to install Tensorflow CPU version using the Anaconda Prompt or Command prompt.
I don't know how to deal with this. I've used
conda create -n tf tensorflow
pip install tensorflow
conda install -c conda-forge tensorflow
The .whl
files are throwing errors that it doesn't support the platform.
How else should I install Tensorflow?
PS. I also added conda-forge to my channels list. Still the same error: