elpy icon indicating copy to clipboard operation
elpy copied to clipboard

Emacs Python Development Environment

Results 145 elpy issues
Sort by recently updated
recently updated
newest added

# Summary I have a key bound to kill-buffer. Periodically when leaving a python source file by pressing this key, I see the following errors in the *Messages* buffer: ```...

------- # PR Summary Fix double quoting. # PR checklist Please make sure that the following things have been addressed (and check the relevant checkboxes): - [x] Commits respect our...

# Summary When upgrading to flake8 5.0.x which was released a couple of days ago, flycheck no longer shows flake8 errors. Downgrading to flake8 4.0.1 solves the issue. # Steps...

# Summary I've configured `python-mode` and `sage-mode` to use `elpy` (for folding). When I run `M-x sage-mode` I get the message: ``` elpy-mode: Elpy only works with ‘python-mode’ ``` But...

# Summary Hi, I ran into an issue where when I hit `C-c C-c` or `C-ENTER` to send a current line to the inferior python buffer, only when I use...

Bug (medium priority)

Currently Elpy can not work with `direnv` (https://github.com/wbolster/emacs-direnv / https://github.com/purcell/envrc), is there a way to make Elpy recognize `VIRTUAL_ENV` set by `direnv`? Thanks.

# Summary I see that these two keybinds are conflicting in the docs: [C-c C-r f (elpy-format-code) ](https://elpy.readthedocs.io/en/latest/ide.html#command-elpy-format-code) [(C-c C-r f (elpy-refactor-extract-function) ](https://elpy.readthedocs.io/en/latest/ide.html#command-elpy-refactor-extract-function) Am I suppose to change something in...

# Summary Elpy auto-completion does not list many of the functions/classes in latest numpy versions. This issue seems to stem from numpy itself, but I am wondering if there is...

# Steps to reproduce 1. Open Python file 2. `M-x elpy-goto-definition` It should go to the definition at point. Instead, I get the message: `elpy-rpc-warn-if-jedi-not-available: This feature requires the ‘jedi‘...

# Summary When starting elpy with a Python 3.10 interpreter prevents starting the rpc process. # Steps to reproduce * Remove ~/.emacs.d/elpy/rpc-env * Install latest elpy from melpa * Let...