liusihan / seGMM

A new tool to infer sex from massively parallel sequencing data.
MIT License
13 stars 2 forks source link

Solving environment: failed with initial frozen solve. Retrying with flexible solve. #1

Open dpalmos opened 1 year ago

dpalmos commented 1 year ago

Hello,

I was trying to install by creating the environment conda create -n seGMM and then activated it conda activate seGMM. But conda install -c sihanliu segmm produced the error:

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: failed with initial frozen solve. Retrying with flexible solve. Solving environment: \ Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed

UnsatisfiableError:

I ran conda list to check if any package is installed and the seGMM environment is empty, so I don't know why it's giving me the incompatible packages error. It's also just a blank line below "UnsatisfiableError" so it's not giving me what that error is exactly either.

I'm using macOS v12.5.1 Terminal v2.12.7, conda 4.14.0

Thank you! Excited to try this out.

liusihan commented 1 year ago

Hi,

Thank you for trying using seGMM! This is one of the complications problems that can arise when using conda. The channel and environment setting may cause this problem. I recommend that install seGMM through PIP, and install other dependencies with conda. Another solution is to reinstall conda. Hope my reply can solve your issue.

Thanks!