coc-python icon indicating copy to clipboard operation
coc-python copied to clipboard

Not finding python Packages

Open iukej opened this issue 3 years ago • 0 comments

Hi, excited to begin using coc.

I've been trying to use Intellisense for Python packages on my machine. Most of the things I need are Conda installed, and so they reside within

/Users/myuser/anaconda3/lib/python3.7/site-packages.

So far, I've tried:

  1. Changing the Python Interpreter to /Users/myuser/anaconda3/bin/python
  2. Adding "python.autoComplete.extraPaths": ["/Users/myuser/anaconda3/lib/python3.7/site-packages"] to my ~/.vim/coc-settings.json file.

I'm able to autocomplete from packages that come standard with python (i.e. datetime) without issue, but cannot code complete anything I've installed afterwards. Any idea what I can do for this? It was my understanding that Microsoft's Language Library Server works well with pandas, numpy, etc. The autocomplete works perfectly in Visual Studio.

I'm running:

  • MacOS Catalina
  • coc-python
  • jedi disabled

Thank you!

iukej avatar Sep 16 '20 23:09 iukej