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 is depreacted in Python 3.10 #24

Open
tirkarthi opened this issue Aug 29, 2021 · 0 comments · May be fixed by #25
Open

distutils is depreacted in Python 3.10 #24

tirkarthi opened this issue Aug 29, 2021 · 0 comments · May be fixed by #25

Comments

@tirkarthi
Copy link
Contributor

https://github.com/landscapeio/dodgy/blob/b3fbaf05b106f7c3da8160e38c704f695613ff4d/setup.py#L2

PYTHONWARNINGS=always python setup.py install   
/root/checked_repos_clone_1500_1600/dodgy/setup.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.core import setup
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

Successfully merging a pull request may close this issue.

1 participant