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
I was calling dem.py to install a DEM and correct it to WGS84. However, I got the error:
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
It looked like it might be a python 3.10 issue based on this. After I downgraded my environment's python to 3.9.0 I did not get the error running the same command.
The text was updated successfully, but these errors were encountered:
I was calling dem.py to install a DEM and correct it to WGS84. However, I got the error:
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
It looked like it might be a python 3.10 issue based on this. After I downgraded my environment's python to 3.9.0 I did not get the error running the same command.
The text was updated successfully, but these errors were encountered: