schoolpost / PiDNG

Create Adobe DNG RAW files using Python. Works with any Bayer RAW Data including native support for Raspberry Pi cameras.
MIT License
199 stars 37 forks source link

Package on PyPi doesn't include PR #72 #76

Open mlamarre opened 1 year ago

mlamarre commented 1 year ago

With the package on PyPi and a fresh Python 3.10 install and compress=True, I get the error:

SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats which was fixed by PR #72

Installing with python3 -mpip install git+https://github.com/schoolpost/PiDNG.git fixes the error, so I guess you just need to refresh the PyPi package.

Thanks