microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
915 stars 133 forks source link

The Python Tools server crashed 5 times in the last 3 minutes. Cannot get symbol mbind from libnuma #1809

Open duartenina opened 4 years ago

duartenina commented 4 years ago

After opening any python file, a message appears: "The Python Tools server crashed 5 times in the last 3 minutes. The server will not be restarted.". I've tried deleting the language server, reinstalling the extension, installing the beta/daily versions of both the python extension and python language server.

Environment data

VS Code Version: 1.40.1
OS: Linux x64 3.10.0-862.14.4.el7.x86_64
Python version: Anaconda 3.7.1
Jedi or Language Server?: "python.jediEnabled": false

Logs

Python Language Server
Cannot get symbol mbind from libnuma
[Info  - 11:47:10] Connection to server got closed. Server will restart.
Cannot get symbol mbind from libnuma
[Info  - 11:47:10] Connection to server got closed. Server will restart.
Cannot get symbol mbind from libnuma
[Info  - 11:47:10] Connection to server got closed. Server will restart.
Cannot get symbol mbind from libnuma
[Info  - 11:47:11] Connection to server got closed. Server will restart.
Cannot get symbol mbind from libnuma
[Error - 11:47:11] Connection to server got closed. Server will not be restarted.
Python
Starting Microsoft Python language server.
> conda --version
> pyenv root
> python3.7 -c "import sys;print(sys.executable)"
> python3.6 -c "import sys;print(sys.executable)"
> python3 -c "import sys;print(sys.executable)"
> python2 -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> /usr/local/depot/Python-3.7/bin/python -c "import sys;print(sys.executable)"
> conda info --json
> conda env list
> conda info --json
> conda env list
jakebailey commented 4 years ago

This seems like a .NET issue where your system's libraries don't contain something expected by .NET Core. The closest thing I can see that's similar is dotnet/coreclr#12192.

duartenina commented 4 years ago

Some updates:

I've been able to work on site using the user install, but now working from home, having the remote connection with the same error is annoying. Is there any way of connecting to the user install?

MikhailArkhipov commented 4 years ago

What Linux distro is it specifically?

duartenina commented 4 years ago

Scientific Linux 7.4 Nitrogen.