This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
No usable version of the libssl was foun #1007
Labels
duplicate
This issue or pull request already exists
@futurehome commented on Thu Apr 18 2019
Issue Type: Bug
After I upgrade Ubuntu to 19.04, when I launch vscode with a python file, the output panel just shows the log below:
Extension version: 2019.3.6558
VS Code version: Code 1.33.1 (51b0b28134d51361cf996d2f0a1c698247aeabd8, 2019-04-11T08:20:22.771Z)
OS version: Linux x64 5.0.0-13-generic snap
System Info
checker_imaging: disabled_off
flash_3d: disabled_software
flash_stage3d: disabled_software
flash_stage3d_baseline: disabled_software
gpu_compositing: disabled_software
multiple_raster_threads: disabled_off
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
surface_synchronization: disabled_off
video_decode: disabled_software
webgl: disabled_off
webgl2: disabled_off
@renkun-ken commented on Sat Apr 20 2019
Same here.
@DonJayamanne commented on Sat Apr 20 2019
Ubuntu 19 is not yet officially supported.
Prerequisites for using the language server in the python extension can be found here https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x
If you are unable to get around this by installing the dependencies manually, please use the Jedi language server.
To do so, go into your user settings.json file and add the following setting:
"python.jediEnabled": true
@futurehome commented on Mon Apr 22 2019
@DonJayamanne I'll use jedi instead for now. Thanks.
@DonJayamanne commented on Tue Apr 23 2019
Fixes can be found here:
dotnet/vscode-csharp#3010
dotnet/vscode-csharp#3011
The text was updated successfully, but these errors were encountered: