yfukasawa / LongQC

LongQC is a tool for the data quality control of the PacBio and ONT long reads.
MIT License
143 stars 16 forks source link

Conda UnsatisfiableError with Python 3.7 and 3.9 #53

Open jayramr opened 1 year ago

jayramr commented 1 year ago

Hello,

I'm trying to install longqc using miniconda and tried different versions of python and still i got the below error. Kindly advise which is the exact version of conda/python version does longqc supports.

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package python conflicts for:
python=3.9
longqc -> h5py -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|>=3.6|>=3.7.1,<3.8.0a0|3.4.*|<3.0.0']
longqc -> python[version='>=3']The following specifications were found to be incompatible with your system:

  - feature:/linux-64::__glibc==2.35=0
  - python=3.9 -> libgcc-ng[version='>=11.2.0'] -> __glibc[version='>=2.17']

Your installed version is: 2.35

Thanks Jay

salvatierra8 commented 1 year ago

same here