You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
The following clients were selected based on priority: (server-id mspyls, priority 1)
Analysis cache path: /home/arunkhattri/.cache/Microsoft/Python Language Server
Microsoft Python Language Server version 1.0.0.0
Workspace root: /home/arunkhattri/gitlab/datacamp/dataScienceTrack/stats_thinking
GetCurrentSearchPaths /home/arunkhattri/.pyenv/versions/dataScience/bin/python3
Interpreter search paths:
/home/arunkhattri/.pyenv/versions/3.8.2/lib/python3.8
/home/arunkhattri/.pyenv/versions/3.8.2/lib/python3.8/lib-dynload
/home/arunkhattri/.pyenv/versions/dataScience/lib/python3.8/site-packages
User search paths:
Initializing for /home/arunkhattri/.pyenv/versions/dataScience/bin/python3
Above is from initial lines of *lsp-log*.
I suppose because of this i am not getting completion candidates for numpy, pandas etc....
In inferior python auto-completion is perfect, however in editor story is different...
How can i add site-packages also in user search path ???
The text was updated successfully, but these errors were encountered:
In the inferior python auto completion is working perfectly for numpy.
Issue is somehow it's not looking in site-packages whereas in case of inferior python it's looking in site-packages also...
Above is from initial lines of
*lsp-log*
.I suppose because of this i am not getting completion candidates for numpy, pandas etc....
In inferior python auto-completion is perfect, however in editor story is different...
How can i add
site-packages
also in user search path ???The text was updated successfully, but these errors were encountered: