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

No usable version of the libssl was foun #5373

Closed
futurehome opened this issue Apr 19, 2019 · 7 comments
Closed

No usable version of the libssl was foun #5373

futurehome opened this issue Apr 19, 2019 · 7 comments
Assignees

Comments

@futurehome
Copy link

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%
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Apr 19, 2019
@renkun-ken
Copy link

Same here.

@DonJayamanne
Copy link

DonJayamanne commented 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

@DonJayamanne DonJayamanne self-assigned this Apr 22, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Apr 22, 2019
@futurehome
Copy link
Author

@DonJayamanne I'll use jedi instead for now. Thanks.

@DonJayamanne
Copy link

Fixes can be found here:
dotnet/vscode-csharp#3010
dotnet/vscode-csharp#3011

@DonJayamanne
Copy link

Issue moved to Microsoft/python-language-server #1007 via ZenHub

@ghost ghost removed the triage label Apr 23, 2019
@jakebailey
Copy link
Member

0.2.62 has been released, which has been built from an updated dotnet toolchain which supports libssl1.1.

@futurehome
Copy link
Author

Yes, it works now, thanks.

@lock lock bot locked as resolved and limited conversation to collaborators May 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants