Language Server: no usable version of the libssl was found
See original GitHub issueI am receiving this weird error saying libssl not found. I just checked and found various versions of libssl.so on my computer. Is there any specific version that this language server requires?
Thanks.
Environment data
- VS Code version: 1.26.0-insider
- Extension version (available under the Extensions sidebar): 2018.7.0
- OS and version: OpenSUSE Tumbleweed 20180719 (latest rolling release)
- Python version (& distribution if applicable, e.g. Anaconda): Python 3.6.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): reproduced on system python3 and virtualenv
- Relevant/affected Python packages and their versions:
Actual behavior
Language Server cannot start
Expected behavior
Language Server starts
Steps to reproduce:
- open any python file in a workspace where jediEnabled is false
- wait until error notification
Logs
Starting Microsoft Python language server.
[Info - 11:06:37 PM] Created Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreter instance from Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreterFactory
No usable version of the libssl was found
[Info - 11:06:37 PM] Connection to server got closed. Server will restart.
[Info - 11:06:38 PM] Created Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreter instance from Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreterFactory
No usable version of the libssl was found
[Info - 11:06:38 PM] Connection to server got closed. Server will restart.
[Info - 11:06:38 PM] Created Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreter instance from Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreterFactory
No usable version of the libssl was found
[Info - 11:06:38 PM] Connection to server got closed. Server will restart.
[Info - 11:06:39 PM] Created Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreter instance from Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreterFactory
No usable version of the libssl was found
[Info - 11:06:39 PM] Connection to server got closed. Server will restart.
[Info - 11:06:39 PM] Created Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreter instance from Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreterFactory
No usable version of the libssl was found
[Error - 11:06:40 PM] Connection to server got closed. Server will not be restarted.
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
)
/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.main.js:1395 INFO no standard startup: panel is active
/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.main.js:273 [Extension Host] "vscode-toggl" is active! (at activate (/home/henry/.vscode-insiders/extensions/armaklan.vscode-toggl-0.0.5/extension.js:99:13))
/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.main.js:273 [Extension Host] vscode-icons is active! (at activate (/home/henry/.vscode-insiders/extensions/robertohuertasm.vscode-icons-7.24.0/out/src/index.js:41:13))
/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.main.js:2381 The Python Tools server crashed 5 times in the last 3 minutes. The server will not be restarted.
t.onDidNotificationChange @ /usr/share/code-insiders/resources/app/out/vs/workbench/workbench.main.js:2381
I searched for and could not find any issue here mentioning libssl. If this is a duplicate issue, please allow me to apologize in advance.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
SOLVED: "No usable version of the libssl was found"
Today I'm gonna tell you why the " No usable version of the libssl was found " error happens and show you how...
Read more >Workaround for libssl issue on Ubuntu 22.04 - Unity Forum
Hi all. If when opening the editor on the new LTS 22.04 you get the error 'No useable version of libssl' it's due...
Read more >No usable version of the libssl was found - Raspberry Pi Forums
Hello everyone. I installed dot core 2.2 on my raspberry pi 3 model b. Every think seem to work as fine. When i...
Read more >How to solve the "No usable version of the libssl ... - YouTube
In this video I'm gonna tell you why the " No usable version of the libssl was found " happens with .NET Core...
Read more >[SOLVED]Boot failed, missing libssl.so.1.1 and libcrypto.so.1.1
pacman tell me a new version openssl 3 there, and the openssl 1.1 was installedbin my ... now I can find the openssl...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It seems that
libopenssl1_0_0
works. Thank you!No worries. Thanks for the answer.