Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    Not sure what exactly causes this message, but maybe you can try installing elpy via M-x package-list-packages, while making sure that you install from the 'melpa-stable' archive. Commented Feb 28, 2024 at 14:37
  • Hey thanks for the comment, I installed elpy through that command and used the M-x command to run "elpy-enable" but when I then open up a python file I do not get any of the features still. Commented Feb 28, 2024 at 14:47
  • If you'd like to use a debugger, then probably LSP-mode will be easiest to use. Otherwise, indeed, as mentioned by @Ian, go with eglot. Personally, I think the best option for a starter is to use a starter kit like Spacemacs or Doom Emacs, they are great (and can be used with Emacs keybindings, although the experience is better when using vim/evil keybindings). Commented Mar 1, 2024 at 1:21