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
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'
The text was updated successfully, but these errors were encountered:
If you
python -m pip install pyasyncore pyasynchat
modules into your Python 3.12 interpreter environment, then it will workElse it'll fail with
The text was updated successfully, but these errors were encountered: