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

I see that 'darwin (only) is [special-cased to run via a pipe](https://github.com/jorgenschaefer/elpy/blob/2203597e1254eba345d6873daa40c7b9d144931c/elpy-shell.el#L267), for reasons mentioned in #1671. This leads to some unfortunate behavior with iPython, in particular `(process-send-eof)` immediately closes...

OSX-related
Bug (medium priority)

# Summary Elpy sometimes locates the wrong Python executable when creating the virtual environment. In my case, it finds the `python3` binary in `/usr/bin/` rather than `/usr/local/bin`, even though the...

Bug (medium priority)

# Summary I am trying to setup Elpy and I can't get Elpy-config to run. I am using MacOS big sur v11.2.3. The output after running `(elpy-config)` is ``` Debugger...

Question

# PR Summary Address some problems of the snippet for creating classes, and they are: - Unnecessary call of super() method inside __init__() of super classes; - Call of super()...

# Summary I'm getting this message when trying to run `elpy-goto-definition`: `elpy-rpc-warn-if-jedi-not-available: This feature requires the ‘jedi‘ package to be installed. Please check ‘elpy-config‘ for more information.`, even though `elpy-config`...

Bug (high priority)

# Summary Emacs 27.1 on Windows 10. Run a python buffer using elpy-shell-send-region-or-buffer (C-c C-c). After the code runs, the source buffer closes. I'd like it to remain open since...

Bug (low priority)

# Summary `elpy-goto-definition` was giving `nil` results on any function on emacs 27.1 with python 3.9.1 # Steps to reproduce Call `elpy-goto-defintion` with emacs 27.1 and python 3.9.1 on any...

Bug (high priority)

# Summary Execution of get_definition and related fn's is broken on Windows Platforms running Python 3.8.8, emacs 26.2, and elpy 1.35. The python side JSONRPCServer is passed a which results...

# Summary `M-x elpy-goto-definition`and `M-. `lead to different behaviors on emacs 27.1 # Steps to reproduce With ```C-h b```, `M-.` is bind to `xref-find-definitions` and the [document says:](https://elpy.readthedocs.io/en/latest/ide.html) > If...

Bug (low priority)

# Summary I'm setting things up on a fresh ubuntu machine. Elpy interrupts frequently when editing python files, so I checked elpy config and got the warning message shown below....