vitessce/vitessce-python

Notebooks environment.yml PackageNotFoundError for starlette==0.14.0

thomcsmits opened this issue · 0 comments

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?