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
Now distutils can be imported from setuptools, but this should be made a dependency of the module or this will cause a missed dependency when installing the package.
GPUtil\GPUtil.py:34: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
distutils has been removed from python 3.12.
Now distutils can be imported from setuptools, but this should be made a dependency of the module or this will cause a missed dependency when installing the package.
Reference:
https://peps.python.org/pep-0632/
The text was updated successfully, but these errors were encountered: