palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

PR: Catch errors when trying to preload modules #873

Closed dalthviz closed 3 years ago

dalthviz commented 3 years ago

Old versions of NumPy can raise a ValueError that stop the proper initialization of the PyLS

Fixes spyder-ide/spyder#13985