When installing pycluster
in Jupyter Notebook on windows, using command -
conda install -c bioconda pycluster
I am getting following response -
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- pycluster
I have tried installing using command conda install -c bioconda/label/cf201901 pycluster
. But the response is same.