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

Preprocessing installation fails #1

Open
KarvD opened this issue Apr 11, 2024 · 1 comment
Open

Preprocessing installation fails #1

KarvD opened this issue Apr 11, 2024 · 1 comment
Assignees

Comments

@KarvD
Copy link

KarvD commented Apr 11, 2024

For installation of the preprocessing I tried the code:

conda install preprocessing -c fasnicar

It returns:

Channels:

  • fasnicar
  • conda-forge
    Platform: osx-arm64
    Collecting package metadata (repodata.json): -
    done
    Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:

  • nothing provides bowtie2 >=2.0.0 needed by preprocessing-0.2.4-py_0

Could not solve for environment specs
The following package could not be installed
└─ preprocessing is not installable because it requires
└─ bowtie2 >=2.0.0 , which does not exist (perhaps a missing channel).

I installed bowtie2 with the most recent version, and that part works. I am not sure how to solve this problem.

@fasnicar
Copy link
Member

fasnicar commented Aug 6, 2024

If you installed bowtie2 separately from conda it won't be 'seen' by conda when installing the preprocessing as it is listed as a dependency. As suggested but the error message

└─ bowtie2 >=2.0.0 , which does not exist (perhaps a missing channel).

You should also include the bioconda channel when installing the package (-c bioconda), and that should solve the issue.

Regards,
Francesco

@fasnicar fasnicar self-assigned this Aug 6, 2024
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