Error: LeaderF requires vim compiled with +python or +python3
See original GitHub issue-
vim or neovim?$ vim --version VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Feb 8 2018 15:00:34) 包含补丁: 1-1476 编译者 alexpux@gmail.com 巨型版本 无图形界面。 可使用(+)与不可使用(-)的功能: +acl +farsi +mouse_sgr -tag_any_white +arabic +file_in_path -mouse_sysmouse -tcl +autocmd +find_in_path +mouse_urxvt +termguicolors -autoservername +float +mouse_xterm +terminal -balloon_eval +folding +multi_byte +terminfo +balloon_eval_term -footer +multi_lang +termresponse -browse +fork() -mzscheme +textobjects ++builtin_terms +gettext +netbeans_intg +timers +byte_offset -hangul_input +num64 +title +channel +iconv +packages -toolbar +cindent +insert_expand +path_extra +user_commands -clientserver +job +perl/dyn +vertsplit +clipboard +jumplist +persistent_undo +virtualedit +cmdline_compl +keymap +postscript +visual +cmdline_hist +lambda +printer +visualextra +cmdline_info +langmap +profile +viminfo +comments +libcall +python/dyn +vreplace +conceal +linebreak +python3/dyn +wildignore +cryptv +lispindent +quickfix +wildmenu +cscope +listcmds +reltime +windows +cursorbind +localmap +rightleft +writebackup +cursorshape -lua -ruby -X11 +dialog_con +menu +scrollbind -xfontset +diff +mksession +signs -xim +digraphs +modify_fname +smartindent -xpm -dnd +mouse +startuptime -xsmp -ebcdic -mouseshape +statusline -xterm_clipboard +emacs_tags +mouse_dec -sun_workshop -xterm_save +eval -mouse_gpm +syntax +ex_extra -mouse_jsbterm +tag_binary +extra_search +mouse_netterm +tag_old_static
- [1 ] vim
- neovim
-
vim --version
ornvim --version
: -
Output of
:echo has("python")
: 0 -
Output of
:echo has("python3")
: 0 -
Output of
:echo &pythondll
(only vim, not neovim): can’t load -
Output of
:echo &pythonthreedll
(only vim, not neovim): can’t load -
Output of
:py print(sys.version)
: can’t load -
Output of
:py3 print(sys.version)
: can’t load -
Operating system:
- Linux
- Mac OS X
- [ 1] Windows
- Etc.
-
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
Steps to reproduce
Actual behaviour
Expected behaviour
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top GitHub Comments
Just had to execute
pip3 install --user --upgrade neovim
and restart itPlease read https://www.v2ex.com/t/410079 first.