letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

Support for Python 3.12 (was: ERROR: Could not find a version that satisfies the requirement rawpy) #213

Closed GastonMauroDiaz closed 8 months ago

GastonMauroDiaz commented 9 months ago

Hi!

I am an R package developer and became a rawpy user mainly through the reticulate R package. I have installed rawpy in two systems with success. But, now I have this issue that I cannot understand or solve. Please help.

pip install rawpy ERROR: Could not find a version that satisfies the requirement rawpy (from versions: none) ERROR: No matching distribution found for rawpy

I am using a clean installation of Windows10 with python-3.12.0-amd64.

To test my system, I successfully installed https://pypi.org/project/exiftool-wrapper/

_pip install exiftool-wrapper Collecting exiftool-wrapper Downloading exiftoolwrapper-0.1.1-py3-none-any.whl (2.4 kB) Installing collected packages: exiftool-wrapper Successfully installed exiftool-wrapper-0.1.1

But, it does not work for rawpy, throwing the above-mentioned error.

Thanks

letmaik commented 9 months ago

rawpy doesn't support Python 3.12 yet. I'll rename the issue to reflect that. I'll try to release a new version soon.