vitessce / vitessce-python

Python API and Jupyter widget for Vitessce
https://python-docs.vitessce.io
MIT License
40 stars 7 forks source link

Notebooks environment.yml PackageNotFoundError for starlette==0.14.0 #343

Open thomcsmits opened 6 months ago

thomcsmits commented 6 months ago

I've went through the instructions for setting up the notebooks.

macOS 13.4, conda 24.3.0

With running conda env create -f environment.yml

Channels:

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

PackagesNotFoundError: The following packages are not available from current channels:

  • starlette==0.14.0

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Starlette 0.27.0 is available. Could this be bumped without issue?