You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a new conda environment with python 3.9 or 3.10
Activate new environment
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Installing massdash through bioconda fails on a fresh windows install. Pip install works fine.
To Reproduce
Steps to reproduce the behavior:
conda install bioconda::massdash --upgrade
orconda install -c conda-forge -c bioconda massdash
Expected behavior
Install correctly without error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: