Package Details: neovim-remote 2.5.1-1

Git Clone URL: https://aur.archlinux.org/neovim-remote.git (read-only, click to copy)
Package Base: neovim-remote
Description: Support --remote and friends for Neovim
Upstream URL: https://github.com/mhinz/neovim-remote
Licenses: MIT
Submitter: hexchain
Maintainer: hexchain
Last Packager: hexchain
Votes: 49
Popularity: 0.188422
First Submitted: 2015-12-21 15:34 (UTC)
Last Updated: 2023-04-04 08:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Teteros commented on 2019-09-03 16:07 (UTC)

python-neovim package was renamed to python-pynvim https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/python-pynvim&id=4f5993a5176ee85ff2cec5adda920db3daac13d7

scarab5q commented on 2019-04-30 10:12 (UTC)

@hexchain it turned out to be a problem with my entire system as you suggested. I think I must have used sudo pip install at some point and I think it made a mess of everything. So it turns out this was a much much bigger issue. Really sorry for putting at your feet for no reason was just a bit confused :(

hexchain commented on 2019-04-29 11:12 (UTC)

@scarab5q: From the first line of your traceback, it seems that your nvr command comes from your anaconda env, not this package.

Also, this package is not supposed to touch your $HOME so there might be some problems with your build environment. Please try using extra-x86_64-build from devtools to build the package.

scarab5q commented on 2019-04-28 12:07 (UTC) (edited on 2019-04-28 12:27 (UTC) by scarab5q)

@hexchain I keep trying to install the package but I keep getting this error:

warning: directory permissions differ on /home/scarab5q/ filesystem: 700 package: 755

then when I try to run nvr I get:

Traceback (most recent call last): File "/home/scarab5q/anaconda3/envs/myenv/bin/nvr", line 6, in <module> from pkg_resources import load_entry_point File "/home/scarab5q/anaconda3/envs/myenv/lib/python3.7/site-packages/pkg_resources/init.py", line 3191, in <module> @_call_aside File "/home/scarab5q/anaconda3/envs/myenv/lib/python3.7/site-packages/pkg_resources/init.py", line 3175, in _call_aside f(args, *kwargs) File "/home/scarab5q/anaconda3/envs/myenv/lib/python3.7/site-packages/pkg_resources/init.py", line 3204, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/home/scarab5q/anaconda3/envs/myenv/lib/python3.7/site-packages/pkg_resources/init.py", line 583, in _build_master ws.require(requires) File "/home/scarab5q/anaconda3/envs/myenv/lib/python3.7/site-packages/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/home/scarab5q/anaconda3/envs/myenv/lib/python3.7/site-packages/pkg_resources/init.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'psutil' distribution was not found and is required by neovim-remote

it's entirely possible that I've messed up somehow on my own system but I'm not sure how

hexchain commented on 2019-04-25 08:04 (UTC)

@scarab5q: what is the problem?

scarab5q commented on 2019-04-23 16:12 (UTC)

has anyone found a workaround for this ? I'm having no luck with this at all

dbacc commented on 2019-01-22 11:22 (UTC)

Currently there are some permission errors after installation: [Errno 13] Permission denied: '/usr/lib/python3.7/site-packages/neovim_remote-2.1.2-py3.7.egg-info/PKG-INFO'

Indeed, all installed files didn't have read permission for 'others'.

hexchain commented on 2018-03-23 13:59 (UTC)

@Ashymad: oops, thanks.

Ashymad commented on 2018-03-23 10:16 (UTC)

The license is wrong, this project is licensed under the MIT license.

vollekannehoschi commented on 2017-10-28 10:16 (UTC)

I get the following error: ==> Beginne package()... Traceback (most recent call last): File "setup.py", line 6, in <module> with open(path.join(here, 'README.md'), encoding='utf-8') as f: TypeError: 'encoding' is an invalid keyword argument for this function