-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Description
Describe the bug
Following the Pip instructions, I tried to do the "all" install using uv but:
> uv pip install "satpy[all]"
Resolved 40 packages in 773ms
Installed 40 packages in 23.48s
+ certifi==2026.2.25
+ charset-normalizer==3.4.6
+ click==8.3.1
...
+ urllib3==2.6.3
+ xarray==2026.2.0
+ zarr==3.1.5
warning: The package `satpy==0.60.0` does not have an extra named `all`
To Reproduce
uv pip install "satpy[all]"
Expected behavior
I'm guessing a lot of packages installing!
Actual results
warning: The package `satpy==0.60.0` does not have an extra named `all`
I'm guessing it's looking at the pyproject.toml file and not finding all. This:
uv pip install "satpy[seviri_l1b_hrit]"
worked.
Screenshots
Environment Info:
- OS: Linux
- Satpy Version: 0.60.0
- PyResample Version: N/A
- Readers and writers dependencies (when relevant): N/A
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels