Open
Description
Starting with Python version 3.12
, the installation of the package fails with the following error:
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
The error occurs in the installation process of numpy~=1.24.2
as required by netin.
According to ChatGPT this might be fixed by updating the numpy version to 1.25 which might create more version conflicts downstreams.