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

Python no longer provides distutils since 3.12 #794

Open
PickNicko13 opened this issue May 13, 2024 · 0 comments
Open

Python no longer provides distutils since 3.12 #794

PickNicko13 opened this issue May 13, 2024 · 0 comments

Comments

@PickNicko13
Copy link

Describe the bug
AutoEQ can not be installed when using current version of Python.

To Reproduce
Install Python >=3.12 and try setting up AutoEQ venv.

Expected behavior
AutoEQ gets installed.

Files
output.txt

System:

  • OS: Arch, x86_64.
  • Version: commit 706974a (latest commit at the time of writing), pyptoject.toml states 4.1.2.

Additional context
Since Python 3.10 distutils have been deprecated and in 3.12 they got removed for good. However, AutoEQ still depends on them. All of its dependencies already support 3.12 and all except for SciPy don't even necessarily need to be updated.

I have no prior experience with any sort of installation methods in Python and am currently busy, so I'm afraid I won't be able to help resolve it for the time being. If you consider this low priority (which would be perfectly understandable), I should be able to do it sometime during the summer.

P.S. Thanks for your great work! This project is absolutely fantastic and very insightful.

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

1 participant