Expected Behaviour
A python_interpreter in a project that is python 3.12 works
Actual Behaviour
Endless complaints in the console about trying to start the server. When one opportunistically gets the full command to start the server, it'll complain about missing asyncore and asynchat, which were removed in Python 3.12.
Installing pyasyncore and pyasynchat in the python3.12 venv makes it work again.
Expected Behaviour
A
python_interpreterin a project that is python 3.12 worksActual Behaviour
Endless complaints in the console about trying to start the server. When one opportunistically gets the full command to start the server, it'll complain about missing asyncore and asynchat, which were removed in Python 3.12.
Installing
pyasyncoreandpyasynchatin the python3.12 venv makes it work again.