NCAR / wrf-python

A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
https://wrf-python.readthedocs.io
Apache License 2.0
402 stars 152 forks source link

numpy.distutils is removed in python 3.12 #217

Open akrherz opened 1 year ago

akrherz commented 1 year ago

Spotted whilst building wrf-python on python-3.12 for conda-forge

Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/wrf-python_1696083359215/work/setup.py", line 17, in <module>
    import numpy.distutils.core
ModuleNotFoundError: No module named 'numpy.distutils'

Upstream numpy docs on this