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
There is a warning in Python 3.10, that distutils is due for removal, we might need to use something else to generate the subsystem.
[...]/python3.10/site-packages/scorep/subsystem.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
import distutils.ccompiler
The text was updated successfully, but these errors were encountered:
There is a warning in Python 3.10, that distutils is due for removal, we might need to use something else to generate the subsystem.
The text was updated successfully, but these errors were encountered: