Skip to content

No module named common #45

@FatBoyXPC

Description

@FatBoyXPC

I'm getting this error when I attempt to get this plugin working with my neovim:

remote/host: python3 host registered plugins []                                                                                                                                                                      
function remote#host#UpdateRemotePlugins[6]..<SNR>55_RegistrationCommands[13]..remote#host#RegisterPlugin, line 5                                                                                                    
Plugin "/home/james/dotfiles/vim/plugged/floobits-neovim/rplugin/python/floobits" is already registered                                                                                                              
remote/host: generated rplugin manifest: /home/james/.local/share/nvim/rplugin.vim                                                                                                                                   
Press ENTER or type command to continue  

I also get this warning when I open neovim:

Floobits error: no neovim python module. Run `pip install neovim` to fix. For more info, :he nvim-python
Press ENTER or type command to continue

However, if I pip install neovim or pip3 install neovim (pip and pip3 are the same versoin)

➜  ft pip install neovim
Requirement already satisfied: neovim in /usr/lib/python3.7/site-packages (0.2.6)
Requirement already satisfied: msgpack>=0.5.0 in /usr/lib/python3.7/site-packages (from neovim) (0.5.6)
Requirement already satisfied: greenlet in /usr/lib/python3.7/site-packages (from neovim) (0.4.14)
➜  ft pip3 install neovim
Requirement already satisfied: neovim in /usr/lib/python3.7/site-packages (0.2.6)
Requirement already satisfied: msgpack>=0.5.0 in /usr/lib/python3.7/site-packages (from neovim) (0.5.6)
Requirement already satisfied: greenlet in /usr/lib/python3.7/site-packages (from neovim) (0.4.14)
➜  ft pip --version
pip 18.0 from /usr/lib/python3.7/site-packages/pip (python 3.7)
➜  ft pip3 --version
pip 18.0 from /usr/lib/python3.7/site-packages/pip (python 3.7)
➜  ft 

I'm on Arch linux if that matters, I have python2 and python3 installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions