pangeo-docker-images icon indicating copy to clipboard operation
pangeo-docker-images copied to clipboard

Upgrade Images to Python 3.12

Open scottyhq opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. https://docs.python.org/3/whatsnew/3.12.html

Describe alternatives you've considered Leave everything at 3.11 !

Additional context From past experience it takes packages a while to be compatible with the latest release of Python, so this is an issue to track

scottyhq avatar Nov 01 '23 14:11 scottyhq

A quick local test for pangeo notebook suggests the following currently only work with python <3.12:

  • [ ] xcape - https://github.com/conda-forge/xcape-feedstock/pull/22
  • [x] tiledb-py
  • [x] python-blosc (now blosc2? but only pypi currently?)
  • [x] numba (& therefore numbagg, dask-ml, xarray-spatial, fastjmd95, datashader). https://github.com/numba/numba/issues/9197
  • [x] nb_conda_kernels
  • [x] awscli
  • [x] pop-tools

scottyhq avatar Nov 01 '23 22:11 scottyhq