Skip to content

Anaconda requires pyasynchat/pyasyncore to be installed for python3.12 interpreters to work #945

@autumnjolitz

Description

@autumnjolitz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions