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
However, with PIP install I'm getting the following error
Collecting networkx==2.4
Using cached networkx-2.4-py3-none-any.whl (1.6 MB)
ERROR: Cannot install liftoff==1.6.3.2 and pysam>=0.16.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested pysam>=0.16.1
liftoff 1.6.3.2 depends on pysam==0.16.0.1
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
I have all the dependencies installed and pysam is 0.22.0
pip freeze | grep -i pysam
pysam==0.22.0
How can I get around this?
I tried source install as well, but getting importlib.metadata.PackageNotFoundError: No package metadata was found for Liftoff
The text was updated successfully, but these errors were encountered:
aravindpad
changed the title
Litoff pip install fails
Liftoff pip install fails
Jan 4, 2024
Hi,
I was having the same issue with installing Liftoff with conda, source, and pip in HPC environment. Creating a conda env and installing from bioconda & conda-forge worked for me
Hello,
I'm trying to configure Liftoff as a module for HPC Enviroment.
As per the setup.py liftoff needs pysam>=0.19.1
However, with PIP install I'm getting the following error
I have all the dependencies installed and pysam is 0.22.0
How can I get around this?
I tried source install as well, but getting
importlib.metadata.PackageNotFoundError: No package metadata was found for Liftoff
The text was updated successfully, but these errors were encountered: