ukhsa-collaboration / snapperdb

GNU General Public License v3.0
21 stars 5 forks source link

Conda installation fails #27

Open Antonia-Chalka opened 1 year ago

Antonia-Chalka commented 1 year ago

Running conda install -c tdallman snapperdb as per the manual outputs:

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

ResolvePackageNotFound:
  - biopython==1.65

Did some vary simple sleuthing and it looks like it's because the biopython package is too old for conda to store, as running conda install biopython==1.65 on its own also fails with the same message.

Will try instaling with other means.