TimMonko / napari-ndev

A collection of widgets intended to serve any person seeking to process microscopy images from start to finish, with no coding necessary. napari-ndev was designed to address the gap between the napari viewer and batch python scripting.
https://timmonko.github.io/napari-ndev/
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

add support for python 3.12 #70

Closed TimMonko closed 1 month ago

TimMonko commented 1 month ago

currently, the build fails.

TimMonko commented 1 month ago

added in #73 despite tox suggesting this all works, rseemingly on some machines there is a build issue due to ImpImporter deprecation. AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?. However, this may be due to specific caching on these machines, and seems to be fixed with pip cache purge. Leaving open for now for this reason.

TimMonko commented 1 month ago

seems to be fully resolved. took until v0.9.0 to sort out all the dependencies, including having to make my own reader to avoid napari-aicsimageio conflicts