Notebooks environment.yml PackageNotFoundError for starlette==0.14.0
thomcsmits opened this issue · 0 comments
thomcsmits commented
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: failedPackagesNotFoundError: The following packages are not available from current channels:
- starlette==0.14.0
Current channels:
- https://conda.anaconda.org/bioconda/osx-arm64
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://repo.anaconda.com/pkgs/main/osx-arm64
- https://repo.anaconda.com/pkgs/r/osx-arm64
To search for alternate channels that may provide the conda package you're
looking for, navigate tohttps://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?