forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
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:
- 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.
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionalityRequest for new features or functionality