-
Notifications
You must be signed in to change notification settings - Fork 58
"Distutils is deprecated" #88
Comments
Hey @LouisDchrfP what python did you install? What OS are you running? Please include information otherwise we can't tell what's going on. |
Hi,
|
I reproduced this with current python.org 3.10, although it's just log noise and doesn't functionally stop outset from working. |
There's another alternative, which is copying the .version module code local to outset and then the import goes away, which may be less work and stop the worry about total removal from python3. |
There is a |
Hi !
This appear when running the outset command (cleanup or loading a script folder)
./outset --boot /usr/local/outset/./outset:38: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import StrictVersion as version Boot processing complete
The text was updated successfully, but these errors were encountered: