Closed OurCodeBase closed 1 year ago
You forgot to fill out the form when creating the issue. Now we don't have enough information to debug your issue. Since you have ignored it, I'm closing this issue, because the form is there for a reason. It saves us a lot of time and questions if we have it.
We are happy to reopen this issue if you add the necessary debug information (just click the New Issue Button and you'll find it there).
Issue
I have installed a
pip
module calledpytube
withoutpip
.I usedpytube
tar ball to install it. but now there is nopytube
in autocompletion.Steps to reproduce
I have latest version of
git
andjedi-vim
. I installedjedi-vim
withVundle
, I didn't usepip install jedi
. Just download a tar ball frompypi
website. And install it withsudo python3 setup.py install
.