You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
As seen in the warning messages in #342,
distutils
is also being deprecated. It is used in two places inspyder_kernels
:spyder_kernels/console/kernel.py
line 14 andspyder_kernels/console/start.py
line 14, in both cases to importLooseVersion
. Please could you replace this by something that doesn't requiredistutils
before Python 3.12 comes out?Thanks!
The text was updated successfully, but these errors were encountered: