Anaconda
problems with some environment installation using Anaconda Prompt
if Solving environment: failed with initial frozen solve. Retrying with flexible solve.
, the solution is to update the configuration package in conda and conda.
1, upgrade conda
After
enters Prompt, enter conda update-n base conda
, confirm the update and upgrade, and wait, which may take a long time.
2, upgrade package
in conda
enter: conda update --all
, just wait.
3, install and deploy your own environment
may not be the general method, but my Anaconda did not download the latest version, the installation environment has a problem, through this method can solve some friends’ problems.
if it cannot be solved, please find another way.