Closed sayeed205 closed 9 months ago
Hello, python 3.12 is not jet officially supported or tested. But this is still a good info.
I would expect setuptools to hold the dependency though? I will have to test if a simple lockfile update will suffice...
this was actually a upstream issue in the python-editor
library. That lib is old an seems no longer maintained, so I switched to a different lib.
Should be fixed via the linked PR
Yay thanks @Cube707
in python version
3.12.0
I can no longer use inquirer as inquirer is depended ondistutils
standard library that is removed on python version3.12.0
.I know I can downgrade the python version but that's not suitable for me.
Here is my console output
here is the reference link to the removal for the package - link