You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.