Hi, as far as I can tell, this fails on Python 3.12 as netcdf.py imports distutils which was deprecated in 3.10 and removed in 3.12. Could either:
pyproject.toml be updated to reflect the fact that >3.11 is not supported.
or (ideally)
- The incompatible code be removed to enable 3.12+ support.