Skip to content

Old version of Pillow required in PyPi breaks pip installation #99

Description

@jsfigura

Hi,

I was attempting to install reolinkapi on Python 3.14.5 with pip. I got the error RuntimeWarning: Pillow 10.4.0 does not support Python 3.14 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows.

The issue appears to be this line in PKG-INFO in the version of reolinkapi on PyPi: https://pypi.org/project/reolinkapi/#files
Requires-Dist: Pillow==10.4.0; extra == "streaming"

Pillow is now on version 12. I was able to install reolinkapi by downloading the files as a .zip and using pip locally, with the required Pillow version.

Can you update the files on PyPi? Or if that's something I can do as a third party let me know.

Joe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions