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
On Python 3.10 or later, the installation scheme backend has been changed to use sysconfig. This is to anticipate the deprecation of distutils in Python 3.10, and its scheduled removal in 3.12. For compatibility considerations, pip installations running on Python 3.9 or lower will continue to use distutils.
To prevent bugs in the future that will cause tests to break, we should switch the distutils functionality
distutils
is deprecated in Python 3.10+, as noted in thepip
v21.3
release notesTo prevent bugs in the future that will cause tests to break, we should switch the
distutils
functionalityrecast-atlas/src/recastatlas/subcommands/catalogue.py
Line 4 in f35c780
recast-atlas/src/recastatlas/subcommands/catalogue.py
Lines 39 to 43 in f35c780
to
setuptools
(I think it issetuptools
).The text was updated successfully, but these errors were encountered: