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.
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 #72Installing 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