Skip to content

Language Server: no usable version of the libssl was found #2211

@PowerSnail

Description

@PowerSnail

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

  1. open any python file in a workspace where jediEnabled is false
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions