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
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