-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jedi-vim fails to start with ModuleNotFoundError: No module named jedi-vim
#1079
Comments
I have no idea what's wrong here. Since |
OK I will try reinstalling VIM as a first step and report back if the issue persists. |
I tried reinstalling VIM but the error persists. I have also tried installation using Vundle but again no luck. |
It's strange, because you seem to be the only person that has this issue. |
Yeah it's a doozy :-) For what it's worth, I created a
|
And indeed, the output of
|
This looks like something's broken with either Python3 or VIM, but I have a very limited knowledge about that interaction. Maybe reinstalling Python3.9 from a different source? |
well i have the same issue :)
|
Just fixed it adding this plugin: |
Issue
Unable to launch jedi-vim. Error is:
After typing
:messages
, I getSteps to reproduce
Running Vim 8.2 on Windows 10 with
+python3/dyn
. Installed Python is 3.9.Can confirm that
echo has('python3')
returns1
.Running
:python3 import sys; print(sys.version)' returns
3.9.10 (tags/v3.9.10:f2f3f53, Jan 17 2022, 15:14:21) [MSC v.1929 64 bit (AMD64)]`.Can confirm this matches the output of running
python --version
.Installed
jedi-vim
into.vim/pack/plugins/start
viagit clone --recursive
. Subsequently rangit submodule update --init --recursive
.The minimal.vimrc I used:
Opening a
.py
file then produces the error.Output of “:verbose JediDebugInfo”
The text was updated successfully, but these errors were encountered: