SublimePythonIDE icon indicating copy to clipboard operation
SublimePythonIDE copied to clipboard

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

Open autumnjolitz opened this issue 1 year ago • 0 comments

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'

autumnjolitz avatar Jul 24 '24 19:07 autumnjolitz