jedi-vim failed to initialize Python
See original GitHub issueThe output:
Error: jedi-vim failed to initialize Python: jedi#setup_py_version: Vim(pyfile):
Traceback (most recent call last): (in function jedi#init_python..<SNR>49_init_p
ython..jedi#setup_py_version, line 16)
I use jedi-vim installed by Vundle. Jedi library installed by pip. vim7.4 with +python
.
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
jedi-vim failed to initialize Python: ":py/py3 import jedi ... - GitHub
I am running on Mac OS X El Captain 10.11.2. Vim is version 7.4.1063, python is version 3.4.3. Jedi is 0.9.0. Both python...
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 >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 >Error detected while processing function jedi#init_python[11 ...
If Vim is used in a Python virtual environment, the following error pops up: jedi-vim: Error when loading the jedi python module (module...
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
Problem solved after I uninstall and reinstall vim7.4 using
brew
. Maybe that I installed new version of python2.7.9 after vim installed caused this issue.search for colorama in the issue tracker.