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 for py files: `Please install Jedi if you want to use jedi-vim.`

See original GitHub issue

Installed jedi-vim including Jedi using git submodule update --init from within repo after cloning with clone --recursive but still unable to get vim to detect jedi-vim whenever I try and open a python file.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:17 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
xiaobocsercommented, Jan 18, 2018

trust me, this command will work.
brew install vim --with-lua

2reactions
acganeshcommented, Sep 13, 2015

I had the same issue. In my case (which may be different), the problem was that I had multiple installations of Python, and vim was detecting the wrong version.

I was able to fix this on OS X 10.10 by recompiling macvim and explicitly declaring the vi_cv_path_python variable, which specifies the path to the correct Python binary.

vi_cv_path_python=/usr/local/bin/python \
./configure --with-features=huge  --enable-rubyinterp \
                  --enable-pythoninterp \
                  --enable-perlinterp \
                  --enable-cscope

Hope this helps someone.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Autocompletion with Jedi-vim gives Error - Stack Overflow
This is the error that I am getting when I look into the :messages in Vim. Please install Jedi if you want to...
Read more >
1190187 – Standard installation of vim-jedi is broken
If I try to open a python file with vim, I get the following error in vim: ... vim.error: Vim(echoerr):Please install Jedi if...
Read more >
jedi - PyPI
Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto...
Read more >
Installation and Configuration — Jedi 0.18.2 documentation
Most people will want to install Jedi as a submodule/vendored and not through pip/system wide. The reason for this is that it makes...
Read more >
jedi-vim prevents mapping [[ to * and ]] to
Working with the plugin: if you want to get rid of all python specific ... prevention of over-riding plyugin settings in the after...
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