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

BUG: Windows bioconda install #116

Open
singjc opened this issue Mar 1, 2024 · 0 comments
Open

BUG: Windows bioconda install #116

singjc opened this issue Mar 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@singjc
Copy link
Collaborator

singjc commented Mar 1, 2024

Describe the bug

Installing massdash through bioconda fails on a fresh windows install. Pip install works fine.

(massdash) C:\Users\justi>conda install -c conda-forge -c bioconda massdash
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: unsuccessful initial attempt using 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

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

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

  - feature:/win-64::__win==0=0
  - feature:|@/win-64::__win==0=0
  - massdash -> click -> __unix
  - massdash -> click -> __win

Your installed version is: 0

To Reproduce
Steps to reproduce the behavior:

  1. Create a new conda environment with python 3.9 or 3.10
  2. Activate new environment
  3. Conda install with either conda install bioconda::massdash --upgrade or conda install -c conda-forge -c bioconda massdash

Expected behavior
Install correctly without error

Desktop (please complete the following information):

  • OS: Windows 10 on VMBox
  • Version: 0.0.8
@singjc singjc added the bug Something isn't working label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant