Skip to content

Support more recent Python versions #26

Open
@mannbach

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.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions