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
#9754 introduced fixes._compare_version() that uses setuptools, as distutils – which we used so far – has been deprecated. We should ensure all our code that currently relies on distutils (LooseVersion) gets switched to _compare_version
#9754 introduced
fixes._compare_version()that usessetuptools, asdistutils– which we used so far – has been deprecated. We should ensure all our code that currently relies ondistutils(LooseVersion) gets switched to_compare_version