Sublime Forum

Anaconda not working after updating Python 3.11.1 to Python 3.12

#1

I was using sublime text 4 with anaconda installed and it was working just fine but then when I updated my Python to Python 3.12, it just stopped working, I am assuming it’s a problem with Anaconda.

0 Likes

#2

Yes this is due to the fact that asyncore is not supported anymore in 3.12, and Anaconda is relying on it.
cf. https://github.com/DamnWidget/anaconda/issues/939

0 Likes