question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: jedi-vim failed to initialize Python: jedi-vim requires Vim with support for Python 2 or 3

See original GitHub issue

Issue

Windows 8.1, Python 3.6-32

Error: jedi-vim failed to initialize Python: jedi-vim requires Vim with support for Python 2 or 3. (in function jedi#init_python[4]…48_init_python, line 10)

:ver says I have +python/dyn, +python3/dyn, so I’m a little bit confused what to think.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
masumndc1commented, Aug 22, 2022

I had jedi-vim python 3 support issue with neovim in mac. I have solved it by running

 pip3 install --user --upgrade pynvim
 sudo port install py-neovim
1reaction
fanyang1997commented, Mar 12, 2021

this issue bks ur vim don;t have python3, in my side brew install macvim it works for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jedi-vim cannot initialize python - Stack Overflow
When I try to edit a python file, I get the following error: Error: jedi-vim failed to initialize Python: jedi#setup_python_imports: ImportError ...
Read more >
jedi-vim cannot initialize python
When I try to edit a python file, I get the following error: Error: jedi-vim failed to initialize Python: jedi#setup_python_imports: ImportError ...
Read more >
leger / jedi-vim - Explore · GitLab
You need a VIM version that was compiled with Python 2.6 or later ( +python or +python3 ), which is typical for most...
Read more >
Error detected while processing function jedi#init_python[11 ...
Error : jedi-vim failed to initialize Python: jedi#setup_python_imports: ... See :messages and/or :JediDebugInfo for more information.
Read more >
jedi-vim requires Vim with support for Python 2 or 3 - 风中狂笑 ...
在gvim中安装了这个插件Error: jedi-vim failed to initialize Python: jedi-vim requires Vim with support for Py.
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