NameError: name 'jedi_vim' is not defined
See original GitHub issueIt’s probably my error somewhere but I cannot install jedi-vim probably because a module is not found; I get this error while doing anything on a .py file:
Error detected while processing function jedi#show_func_def:
line 1:
Traceback (most recent call last):
Press ENTER or type command to continue
Error detected while processing function jedi#show_func_def:
line 1:
File "<string>", line 1, in <module>
Press ENTER or type command to continue
Error detected while processing function jedi#show_func_def:
line 1:
NameError: name 'jedi_vim' is not defined
First I followed this guide: http://redkrieg.com/2012/12/11/writing-python-like-a-jedi/ then I tried installing the jedi module in python directly and importing jedi in python (which worked) but no difference.
I have no other settings about python in vimrc or any other modules.
Any ideas?
Issue Analytics
- State:
- Created 11 years ago
- Comments:27 (9 by maintainers)
Top Results From Across the Web
python - Something goes wrong when adding jedi-vim
If you're trying to use Vundle to install the jedi-vim plugin, I don't think you should have to place it under ~/.vim/bundle ....
Read more >Using Jedi — Jedi 0.18.2 documentation - Read the Docs
This will fallback to the readline completer if Jedi is not installed. The readline completer will only complete names in the global namespace, ......
Read more >Anaconda3 with jedi-vim, Manjaro linux, ImportError, could ...
I had this strange error when working with anaconda3 python distribution and jedi-vim plugin. Here is the output from the :JediDebugInfo
Read more >jedi-vim
code-block:: vim let g:jedi#completions_enabled = 0 FAQ === I want to use Jedi with a Python 2 Environment, but it's not listed under...
Read more >Python nameerror name is not defined Solution
On Career Karma, learn about the Python nameerror name is not defined error, why it is raised, and how to solve it.
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 also use mac os x,when i use:git clone --recursive http://github.com/davidhalter/jedi-vim the problem is solved.
banxi1988’s comment solved my problem. Thank you! Just remove jedi-vim under bundle and run git clone --recursive http://github.com/davidhalter/jedi-vim