Closed soxofaan closed 1 year ago
preceding run that worked has:
Collecting netCDF4
Downloading netCDF4-1.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.6 kB)
note this one found a wheel for netCDF4-1.6.4, while failing run tries to compile netCDF4-1.6.5 from source
netCDF4-1.6.5 does not provide built wheels on pypi for py3.7 anymore: https://pypi.org/project/netCDF4/1.6.5/#files netCDF4-1.6.4 is last release with built wheels for py3.7: https://pypi.org/project/netCDF4/1.6.4/#files
raised this issue against netCDF project:
Since yesterday (?) unit tests builds started failing due to netCDF4 installation issue