raghur / vim-ghost

Vim/Nvim client for GhostText - Edit browser text areas in Vim/Neovim
333 stars 13 forks source link

Errors when installing on Ubuntu #12

Closed j127 closed 6 years ago

j127 commented 6 years ago

Thanks for the great plugin.

When installing on Ubuntu 16.04, it was generating errors until I installed two Python packages with sudo:

$ sudo pip install python-slugify

And this one: https://github.com/dpallot/simple-websocket-server.git

It might be useful to add that to the installation instructions (or an alternate installation method that doesn't require sudo).

raghur commented 6 years ago

Do you get any visible errors during installation? Or are these errors from the plugin only when trying to install? I'm on KDE Neon which is based on 16.04 - but unable to reproduce the issue.

The installation process installs those two plugins without sudo (pip install --user) installs.

j127 commented 6 years ago

When I did :GhostInstall, it showed errors about those two packages' not being found.

Maybe it has something to do with my computer, since I don't think --user has worked with another package either. If no one else sees the problem, then you can close the issue.