Error: jedi-vim failed to initialize Python: jedi-vim requires Vim with support for Python 2 or 3
See original GitHub issueIssue
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:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top 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 >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
I had jedi-vim python 3 support issue with neovim in mac. I have solved it by running
this issue bks ur vim don;t have python3, in my side
brew install macvim
it works for me.