-
Notifications
You must be signed in to change notification settings - Fork 86
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
EOFError: Ran out of input
in spacemacs
#436
Comments
@Zlopez I hit this issue as well on doom emacs. In my case, it was related to using Python 3.12 which is not supported by anaconda-mode. I verified by installing Python 3.10 and everything worked. Looks like anaconda-mode needs to add support for Python versions greater than 3.10. |
I am getting this error still. Running Python 3.12.1 in doom emacs. In particular here is the full error: |
@Spamakin, try updating your doom config to point to the latest changes. I have the following in my ;; Workaround for Python 3.11, 3.12 support until officially added to doom:
(unpin! anaconda-mode)
(package! anaconda-mode :pin "92a6295622df7fae563d6b599e2dc8640e940ddf") |
I'm running spacemacs and I'm getting this error with anaconda-mode
The text was updated successfully, but these errors were encountered: