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 and LooseVersion deprecation #440

Closed
juliangilbey opened this issue Jan 22, 2023 · 1 comment
Closed

distutils and LooseVersion deprecation #440

juliangilbey opened this issue Jan 22, 2023 · 1 comment
Assignees
Milestone

Comments

@juliangilbey
Copy link
Contributor

As seen in the warning messages in #342, distutils is also being deprecated. It is used in two places in spyder_kernels: spyder_kernels/console/kernel.py line 14 and spyder_kernels/console/start.py line 14, in both cases to import LooseVersion. Please could you replace this by something that doesn't require distutils before Python 3.12 comes out?

Thanks!

@ccordoba12
Copy link
Member

Ok, although this is fixed in master we'll try to also fix it in 2.4.3 to avoid issues when Python 3.12 is released.

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