scverse / scverse/napari-spatialdata
Installation problem
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 90
- Forks
- 25
- Avg merge
- 22m
- Merged PRs (30d)
- 1
Description
After
$ pip install napari-spatialdata[all]
I get:
Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4->ome-zarr>=0.8.4->spatialdata>=0.2.6->napari-spatialdata[all])
Using cached aiohappyeyeballs-2.6.0-py3-none-any.whl.metadata (5.9 kB)
error: resolution-too-deep
× Dependency resolution exceeded maximum depth
╰─> Pip cannot resolve the current dependencies as the dependency graph is too complex for pip to solve efficiently.
hint: Try adding lower bounds to constrain your dependencies, for example: 'package>=2.0.0' instead of just 'package'.
Link: https://pip.pypa.io/en/stable/topics/dependency-resolution/#handling-resolution-too-deep-errors
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported pip install napari-spatialdata[all] command and review the dependency metadata that produces the aiohappyeyeballs and aiohttp resolution chain. Determine which dependency constraints need adjustment, then verify that the extras installation completes without pip's resolution-too-deep error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100