Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
autumnjolitz opened this issue Jul 24, 2024 · 0 comments

Comments

@autumnjolitz
Copy link

autumnjolitz commented Jul 24, 2024

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant