neoclide / coc-python

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

Cancelled installation of dependencies, how to force reinstall? #258

Open SuperMaZingCoder opened 4 years ago

SuperMaZingCoder commented 4 years ago

:CocInfo

 ## versions 
vim version: VIM - Vi IMproved 8.2 8021185
node version: v14.5.0
coc.nvim version: 0.0.78-0ff42027ff
coc.nvim directory: /home/username/.vim/plugged/coc.nvim
term: dumb
platform: linux
## Output channel: Python

Starting Jedi Python language engine.
##########Linting Output - pylint##########

--------------------------------------------------------------------
 Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) 

Description

I was installing coc-python with :CocInstall coc-python today. I believe it then tried to install it and the packages it needed where packages being installed showed in a different window than the main installation window. When I was installing it I wasn't aware that the new window was the packages being installed and cancelled out of each key-ring asking for my password (facepalm). By doing this, I'm not able to use the extension because most of the things it needed never got installed. I tried doing :CocUnisntall coc-python and :CocInstall coc-python but it never showed the same window it had before where it was installing its dependencies (like jedi). It just showed the coc-python installed message and is still giving me errors about things not being installed. I may be wrong about what happened, but I am getting errors such as:

there was one more error that had shown up, but I am not able to find it.

Reproduce

Make sure that you have never installed coc-python before and close out of each of the popup key-rings without entering your password so that none of the dependencies get installed.

Conclusion

How can I force reinstall it in a way that the dependencies get reinstalled? Or, if that is not the issue, how would I fix the problem?