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 or nvim --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:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
z0xyzcommented, Dec 29, 2021

Just had to execute pip3 install --user --upgrade neovim and restart it

4reactions
Yggdrootcommented, May 5, 2018

Please read https://www.v2ex.com/t/410079 first.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Required vim compiled with +python - Stack Overflow
When I typed in raw and hit <C-x><C-o> in a python file, I get the Error:Required vim compiled with +python. But according to...
Read more >
SpaceVim/SpaceVim - Gitter
Error : LeaderF requires vim compiled with +python or +python3. i get this error when i run nvum. nvim. and than i find...
Read more >
requires Vim compiled with Python (2.7.1+ or 3.4+) support
Now, When I put the following line in my vimrc, I get error. YouCompleteMe unavailable: requires Vim compiled with Python (2.7.1+ or 3.4+) ......
Read more >
LeaderF - Vim Awesome
LeaderF. An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly. Written in Python. Support fuzzy and...
Read more >
require Vim compiled with python (3.6.0+) support. : r/vimporn
The vim shipped with macOS isn't compiled with python support. brew install python3 brew install vim.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found