Anaconda prompt doesn't finish updating conda at all.
conda update -n base conda
Solving Environment: | Message appears and | is spinning all the time. It's been spinning for over an hour. When I display the process, it seems that Python is using the CPU, so I'm doing something properly.
I'm worried, so if I add the debug option
conda update -n base conda --debug
It seems that he is doing dependency resolution all the time like this.
The last line is strange. SAT problem. There are 80 million clauses.
DEBUG conda.common._logic:_run_sat(607): Invoking SAT with clause count: 83289605
Sure enough if you look at the memory. Memory is short.
What should I do with this?
Recommended Posts