The base language server requires Jedi to provide Completions, Definitions, Hover, References, Signature Help, and Symbols: pip install python-language-server If the respective dependencies are found, the following optional providers will be enabled: Rope for Completions and renaming Pyflakes linter to detect various errors McCabe linter for complexity checking pycodestyle linter for style checkin

