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

Distutils Deprecated and Removed- Python 3.10+ #657

Open
sfrinaldi opened this issue Jul 10, 2024 · 0 comments
Open

Distutils Deprecated and Removed- Python 3.10+ #657

sfrinaldi opened this issue Jul 10, 2024 · 0 comments

Comments

@sfrinaldi
Copy link

Noticed this issue when I happened to not already have setuptools installed and updated to Python 3.12. I believe either the following could be done (feel free to add to it if there is another option):

  1. Update requirements.txt (or equivalent) if distutils is desired to remain.
    • Python Version Supported change OR
    • Add setuptools?
  2. Update import distutils references to equivalent setuptools alternative (or something else).
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