python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

Problems Installing Ropevim (ropevim lib installed) #75

Closed lyh970817 closed 4 years ago

lyh970817 commented 4 years ago

I have the same problem in https://github.com/python-rope/ropevim/issues/73#issue-517053459 except that I use vim-plug insteaed of vim-bundle. I have tried runing python setup.py install and python3 -mpip install --user ropevim but neither seems to work. My python version is 3.7.4. Thanks!

lyh970817 commented 4 years ago

I have this working now. I did not have pynvim on my new system.