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.

NameError: name 'jedi_vim' is not defined

See original GitHub issue

It’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:closed
  • Created 11 years ago
  • Comments:27 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
codetalks-newcommented, May 19, 2013

i also use mac os x,when i use:git clone --recursive http://github.com/davidhalter/jedi-vim the problem is solved.

0reactions
ChrisZoucommented, Mar 19, 2014

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

Read more comments on GitHub >

github_iconTop 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 >

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