Skip to content

Unable to pip install satpy[all]: No extra named 'all' #3351

@mathomp4

Description

@mathomp4

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions