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

Closed
DonJayamanne opened this issue Apr 23, 2019 · 1 comment
Closed

No usable version of the libssl was foun #1007

DonJayamanne opened this issue Apr 23, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@DonJayamanne
Copy link

@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:

No usable version of the libssl was found
[Info - 8:30:07 AM] Connection to server got closed. Server will restart.
No usable version of the libssl was found
[Info - 8:30:08 AM] Connection to server got closed. Server will restart.
No usable version of the libssl was found
[Info - 8:30:09 AM] Connection to server got closed. Server will restart.
No usable version of the libssl was found
[Info - 8:30:10 AM] Connection to server got closed. Server will restart.
No usable version of the libssl was found
[Error - 8:30:11 AM] Connection to server got closed. Server will not be restarted.

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
Item Value
CPUs Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (4 x 2111)
GPU Status 2d_canvas: disabled_software
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
Load (avg) 0, 0, 0
Memory (System) 10.77GB (6.51GB free)
Process Argv
Screen Reader no
VM 100%

@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

@jakebailey
Copy link
Member

Duplicate of #1005.

@jakebailey jakebailey added the duplicate This issue or pull request already exists label Apr 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants