I'm trying to install MultiNEAT library with the following command:
conda install -c conda-forge multineat
The process hangs at "Solving environment" step:
conda install -c conda-forge multineat
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: \
Is it possible to fix this?
I tried the following commands before installing MultiNEAT again, but it didn't help:
conda config --set channel_priority false
conda update conda
conda update --all --yes