blobtools icon indicating copy to clipboard operation
blobtools copied to clipboard

Pysam installation failure with conda environment

Open wallacelab opened this issue 5 years ago • 2 comments

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.

wallacelab avatar Apr 07 '20 15:04 wallacelab

Thank you for this fix! I didn't notice it before leaving my own comment about the exact same issue.

sjfleck avatar Aug 18 '20 18:08 sjfleck

This is issue solved? I still run into the same error

shangl02 avatar Apr 19 '22 15:04 shangl02