Error detected while processing "nvim/runtime/autoload/provider/python.vim"
See original GitHub issueEverytime I try to launch neovim with python support I receive this error:
Error detected while processing /usr/local/Cellar/neovim/HEAD/share/nvim/runtime/autoload/provider/python.vim:
line 14:
E117: Unknown function: remote#host#RegisterClone
line 15:
E117: Unknown function: remote#host#RegisterPlugin
I read this post about how it was having issues with virtualenv. post >> https://github.com/neovim/python-client/issues/16
So, I uninstalled virtualenv. But I still have same issue. Vim does launch; only without python support.
nvim --version
NVIM 0.0.0-alpha+201412041032 (compiled Dec 4 2014 21:18:39)
Commit: 45ae6eadfd3184b860ac19bd2661e1338c4efc89
Build type: RelWithDebInfo
Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -O2 -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim-JJDRaW/build/config -I/tmp/neovim-JJDRaW/src -I/tmp/neovim-JJDRaW/.deps/usr/include -I/tmp/neovim-JJDRaW/.deps/usr/include -I/tmp/neovim-JJDRaW/.deps/usr/include/luajit-2.0 -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-JJDRaW/build/src/nvim/auto -I/tmp/neovim-JJDRaW/build/include
Compiled by FMD@franky-mbp.local Features included (+) or not (-):
+acl +farsi -mouse_gpm -tag_any_white
+arabic +file_in_path +mouse_netterm +terminfo
+autocmd +find_in_path +mouse_sgr +termresponse
-browse +float -mouse_sysmouse +textobjects
+byte_offset +folding +mouse_urxvt +title
+cindent -footer +mouse_xterm -toolbar
-clipboard +fork() +multi_byte +user_commands
+cmdline_compl +gettext +multi_lang +vertsplit
+cmdline_hist +iconv +path_extra +virtualedit
+cmdline_info +insert_expand +persistent_undo +visual
+comments +jumplist +postscript +visualextra
+conceal +keymap +printer +viminfo
+cscope +langmap +profile +vreplace
+cursorbind +libcall +quickfix +wildignore
+cursorshape +linebreak +reltime +wildmenu
+dialog_con +lispindent +rightleft +windows
+diff +listcmds +scrollbind +writebackup
+digraphs +localmap +signs -X11
-dnd +menu +smartindent -xfontset
-ebcdic +mksession +startuptime -xsmp
-emacs_tags +modify_fname +statusline -xterm_clipboard
+eval +mouse +syntax
+ex_extra -mouseshape +tag_binary
+extra_search +mouse_dec +tag_old_static
system vimrc file: "$VIM/nvimrc"
user vimrc file: "$HOME/.nvimrc"
2nd user vimrc file: "~/.nvim/nvimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/local/Cellar/neovim/HEAD/share/nvim"
Issue Analytics
- State:
- Created 9 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
0 - Vi and Vim Stack Exchange
The server has python 2 and 3 and has package 'six' installed as well. So for some reason, it is not able to...
Read more >Packer.nvim giving error when I require packages. : r/neovim
Neovim is unable to find any of the plugins that I have installed through packer.nvim. It gives the same error even if another...
Read more >Extremely slow on WSL1 - Neovim Discourse
ERROR : Python provider error: - ADVICE: - provider/pythonx: Could not load Python 2: python2 not found in search path or not executable....
Read more >error detected while processing bufenter autocommands for "*":
I'm trying to setup vim-jedi on neovim. Whenever I open a python file and switch to Insert mode I get the following error:....
Read more >Light Report - Joe Sandbox
https://pypi.python.org/pypi/pynvim/json, provider.vim.5.dr, false ... \user\AppData\Local\Temp\aa1y2tcc.hrz\Neovim\share\nvim\runtime\autoload\RstFold.vim.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You could try completely reinstalling nvim(delete the directories, especially runtime). The error you reported is because nvim is not finding vimscript that should be bundled with it, not because of python
Oops, sorry everyone. I overridden the runtimepath (instead of supplementing it) when resolving conflicting path issues with MacVim. Appears Resolved. Thanks for the Help!!! Python is reacting now.