Skip to content
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

Jedi Language Server not launching on v2024.14.0 #24073

Closed
haplionheart opened this issue Sep 9, 2024 · 3 comments
Closed

Jedi Language Server not launching on v2024.14.0 #24073

haplionheart opened this issue Sep 9, 2024 · 3 comments
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@haplionheart
Copy link

Type: Bug

Behaviour

Python extension displays Uncaught Error : "Launching Jedi language server using python failed, see output.". There isn't anything printed to the output tab...

This error is not present in the previous extension version (2024.12.3)

Steps to reproduce:

  1. Open a Python file or project in VSCodium

  2. View the Python Extension

  3. Go to the Features tab and view the info under Runtime Status

Extension version: 2024.14.0
VSCodium version: VSCodium 1.89.1 (a045dcfceda27f896936bfd8cbf524f6a93a2f46, 2024-05-09T18:30:40.866Z)
OS version: Linux x64 6.2.0-26-generic snap
Modes:

  • Python version (& distribution if applicable, e.g. Anaconda): 3.10.12
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Venv
  • Value of the python.languageServer setting: Default
User Settings


languageServer: "Jedi"

Installed Extensions
Extension Name Extension Id Version
JavaScript Debugger ms-vscode.js-debug 1.89.0
JavaScript Debugger Companion Extension ms-vscode.js-debug-companion 1.1.2
Python ms-python.python 2024.14.0
Python Debugger ms-python.debugpy 2024.8.0
Table Visualizer for JavaScript Profiles ms-vscode.vscode-js-profile-table 1.0.9
System Info
Item Value
CPUs Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz (4 x 3092)
GPU Status 2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: disabled_off
Load (avg) 2, 1, 1
Memory (System) 7.62GB (4.56GB free)
Process Argv --no-sandbox .
Screen Reader no
VM 0%
DESKTOP_SESSION Lubuntu
XDG_CURRENT_DESKTOP LXQt
XDG_SESSION_DESKTOP undefined
XDG_SESSION_TYPE x11
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 9, 2024
@karthiknadig karthiknadig self-assigned this Sep 9, 2024
@tmchartrand
Copy link

The language server log shows [info] The language client requires VS Code version ^1.91.0 but received version 1.89.1, so it looks like the latest version of the python extension needs to be marked incompatible with VSCode <1.91?

@eleanorjboyd
Copy link
Member

@haplionheart have you tried updating as @tmchartrand suggested?

@eleanorjboyd eleanorjboyd added bug Issue identified by VS Code Team member as probable bug area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. info-needed Issue requires more information from poster labels Dec 16, 2024
@karthiknadig
Copy link
Member

The minimum is now set to 1.94.* so this should be addressed. Please try the latest version and let us know.

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

4 participants