neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

coc-python always try to use MPLS even I set jediEnabled true. #291

Open Hulk89 opened 3 years ago

Hulk89 commented 3 years ago

How can I set jedi as a default setting?

my coc-settings.json is below.

{
    "python.jediEnabled": true,
    "python.jediPath": "/opt/conda/lib/python3.7/site-packages"
}

and when I open *.py file and :CocInfo shows

## versions

vim version: NVIM v0.4.4
node version: v14.13.1
coc.nvim version: 0.0.79-6fc00f1a28
coc.nvim directory: /root/.vim/plugged/coc.nvim
term: screen-256color
platform: linux

## Output channel: Python
Starting Microsoft Python language server.
Downloading https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.51.nupkg...
IsmaelMT commented 3 years ago

Hello!

I'm having the same issue, it's always asking this MPLS/jedi question every keystroke. Do you have any suggestion for this?

## versions

vim version: NVIM v0.5.0-dev
node version: v14.8.0
coc.nvim version: 0.0.79
coc.nvim directory: $HOME/nvim-conf/bundle/coc.nvim
term: screen-256color
platform: linux
IsmaelMT commented 3 years ago

Please disregard my last comment. I fixed this by removing my ~/.config/coc/memos.json file. @Hulk89 You could try that and see if this solves your issue.

Thanks!