Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

BUG: Windows bioconda install #116

Open singjc opened 4 months ago

singjc commented 4 months ago

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):