Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails with Python 3.12+ #166

Open
fer-rum opened this issue Jul 11, 2024 · 1 comment
Open

Installation fails with Python 3.12+ #166

fer-rum opened this issue Jul 11, 2024 · 1 comment

Comments

@fer-rum
Copy link

fer-rum commented Jul 11, 2024

Since distutils has been removed in Python 3.12, installing the package with it is no longer possible.

distutils has been deprecated since Python 3.10 and is superseded by setuptools. (See PEP 632)

The phasing out of distutils should be done by mid-2025 since Python 3.9 then goes end-of-life.

@tfoster88
Copy link
Contributor

Thanks @fer-rum for flagging this issue. We will work on a fix to this over the coming weeks so that the model works with most recent versions of Python. In the meantime, I'd suggest using Python 3.9 (or 3.10 should also work) as a temporary fix. Thanks for patience while we work to update things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants