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 suggested here I switched to setuptools for installing my python modules. Building the workspace from scratch results in warnings like this:
/usr/lib/python3.8/site-packages/setuptools/distutils_patch.py:25: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first.
Maybe these warnings stem from a more up-to-date setuptools version (<-- arch linux). Anyway it seems that dependencies on distutils should be removed in the long run.
The text was updated successfully, but these errors were encountered:
System Info
Build / Run Issue
As suggested here I switched to setuptools for installing my python modules. Building the workspace from scratch results in warnings like this:
Maybe these warnings stem from a more up-to-date setuptools version (<-- arch linux). Anyway it seems that dependencies on distutils should be removed in the long run.
The text was updated successfully, but these errors were encountered: