phac-nml / genomic_address_service

Package for clustering sequences de novo and assignment to existing nomenclature
Apache License 2.0
1 stars 2 forks source link

conda install fails with error #1

Open ChristyPeterson opened 6 months ago

ChristyPeterson commented 6 months ago

When trying to install GAS I get the following error resulting in no install:

Conda:

Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done

Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working...
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError:
Note that strict channel priority may have removed packages required for satisfiability.

Mamba:

Looking for: ['genomic_address_service']

Encountered problems while solving:
  - package genomic_address_service-0.1.1-pyh7cba7a3_0 requires pyarrow >=12.0.0, but none of the providers can be installed

Pip install was successful

ChristyPeterson commented 5 months ago

Conda install now successful as long as you include the conda-forge channel in install request.