microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.3k stars 1.18k forks source link

Jedi Language Server not launching on v2024.14.0 #24073

Open haplionheart opened 3 weeks ago

haplionheart commented 3 weeks ago

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:

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|
tmchartrand commented 3 weeks ago

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?