Skip to content

Python3.12 python_interpreter does not work due to removed asyncore, asynchat modules #103

@autumnjolitz

Description

@autumnjolitz

If you python -m pip install pyasyncore pyasynchat modules into your Python 3.12 interpreter environment, then it will work

Else it'll fail with

  File "/Users/autumn/Library/Application Support/Sublime Text 3/Packages/Anaconda/anaconda_server/jsonserver.py", line 13, in <module>
    import asyncore
ModuleNotFoundError: No module named 'asyncore'

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