You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the Conda environment installation instructions on the readme, I hit the following error after running conda install -c bioconda pysam --update-deps:
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.
Followed by a long series of Python errors, but all apparently tracing to the "incompatible packages". As a workaround, I just did "pip install pysam --user", and it worked fine, but wanted to pass along that the Conda instructions may need to be tweaked.
The text was updated successfully, but these errors were encountered:
Following the Conda environment installation instructions on the readme, I hit the following error after running
conda install -c bioconda pysam --update-deps
:Followed by a long series of Python errors, but all apparently tracing to the "incompatible packages". As a workaround, I just did "pip install pysam --user", and it worked fine, but wanted to pass along that the Conda instructions may need to be tweaked.
The text was updated successfully, but these errors were encountered: