Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency resolutions fail due to requirements when attempting to install fgpyo via conda-lock #5

Closed
NatPRoach opened this issue Sep 9, 2022 · 1 comment

Comments

@NatPRoach
Copy link
Contributor

NatPRoach commented Sep 9, 2022

See: conda/conda-lock#236

Recommendation from conda-lock people is we add fgpyo to conda-forge. Easy enough.

@NatPRoach NatPRoach changed the title Dependency resolutions due to requirements when attempting to install fgpyo via conda-lock Dependency resolutions fail due to requirements when attempting to install fgpyo via conda-lock Sep 9, 2022
@clintval
Copy link
Member

fgpyo is in bioconda so a pure conda install of pybedlite and fgpyo is now possible with:

name: example
channels:
  - bioconda
  - conda-forge
  - default
dependencies:
  - pybedlite
  - fgpyo
conda-lock --conda mamba -f env.yaml -p linux-64
Locking dependencies for ['linux-64']...
INFO:conda_lock.conda_solver:linux-64 using specs ['pybedlite', 'fgpyo']
 - Install lock using: conda-lock install --name YOURENV conda-lock.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants