neoclide / coc-python

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

how to install mpls offline? #80

Open daquexian opened 5 years ago

daquexian commented 5 years ago

Thanks for your great work. Is it possible to install mpls offline instead of downloading it on opening .py files?

miffyrcee commented 5 years ago

https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.3.66.nupkg 下载完成后,解压缩至 $HOME/.config/coc/extensions/coc-python-data/languageServer.0.3.66 手动修改其目录下Microsoft.Python.LanguageServer的权限

g-i-o-r-g-i-o commented 4 years ago

still have the bug with a proxy

g-i-o-r-g-i-o commented 4 years ago

https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.3.66.nupkg 下载完成后,解压缩至 $HOME/.config/coc/extensions/coc-python-data/languageServer.0.3.66 手动修改其目录下Microsoft.Python.LanguageServer的权限

what did this girl write

fannheyward commented 4 years ago

@GianniGi Download https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.3.66.nupkg, and unzip to $HOME/.config/coc/extensions/coc-python-data/languageServer.0.3.66, you need to change Microsoft.Python.LanguageServer file permission.

g-i-o-r-g-i-o commented 4 years ago

@GianniGi Download https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.3.66.nupkg, and unzip to $HOME/.config/coc/extensions/coc-python-data/languageServer.0.3.66, you need to change Microsoft.Python.LanguageServer file permission.

thanks, what permission is needed? 755?

g-i-o-r-g-i-o commented 4 years ago

@fannheyward anyway "blob not found" :-(

fannheyward commented 4 years ago

@fannheyward anyway "blob not found" :-(

Sorry to hear that, have no idea.

g-i-o-r-g-i-o commented 4 years ago

I've found and extracted a more recent version of the blob https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.51.nupkg but still it tries to use jedi, even if I have disabled it in the config, this makes no sense