I tried to install tensorflow in anaconda but run into an error. I tried several things including new installation of python and even anaconda. The error I receive is:
LibMambaUnsatisfiableError: Encountered problems while solving:
- package tensorflow-1.13.1-h21ff451_4 requires tensorflow-base 1.13.1 py36_4, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.12.* , which can be installed;
└─ tensorflow is not installable because there are no viable options
├─ tensorflow [0.12.1|1.0.0|…|1.9.0] would require
│ └─ python [3.5* |>=3.5,<3.6.0a0 ], which conflicts with any installable versions previously reported;
├─ tensorflow [1.10.0|1.13.1|…|1.9.0] would require
│ ├─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
│ └─ tensorflow-base [1.13.1 py36_4|1.13.1 py36_5|…|1.14.0 py36h9f0ad1d_0], which requires
│ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
├─ tensorflow [1.13.1|1.14.0] would require
│ ├─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
│ └─ tensorflow-base [1.13.1 py37_7|1.14.0 py37hc8dfbb8_0], which requires
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ tensorflow [1.2.0|1.2.1|…|1.5.1] would require
│ └─ python 3.6* , which conflicts with any installable versions previously reported;
└─ tensorflow [1.10.0|1.11.0|…|2.9.1] conflicts with any installable versions previously reported.Pins seem to be involved in the conflict. Currently pinned specs:
- python 3.12.* (labeled as ‘pin-1’)