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
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.
The text was updated successfully, but these errors were encountered:
Expected Behaviour
A
python_interpreter
in 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
pyasyncore
andpyasynchat
in the python3.12 venv makes it work again.The text was updated successfully, but these errors were encountered: