Followed instructions as prescribed, used Vundle and vim-plug (just to be sure Vundle wasn't doing harm). But all I get is a hashlib error. I cannot paste the code since Vim wont allow me but I got a screenshot here. I am using the latest Arch Linux.
Update: I have compiled Vim from source, with python3 support in it. The parameters that I have used are as follows:
This looks like a build gone wrong. hashlib needs to be importable. No idea however how you build VIM with Python so it works, but I do not see this as related to jedi-vim.
Followed instructions as prescribed, used Vundle and vim-plug (just to be sure Vundle wasn't doing harm). But all I get is a hashlib error. I cannot paste the code since Vim wont allow me but I got a screenshot here. I am using the latest Arch Linux.
Update: I have compiled Vim from source, with python3 support in it. The parameters that I have used are as follows:
./configure --with-features=huge --enable-python3interp=yes \ --enable-rubyinterp=yes --enable-cscope --enable-gui=auto \ --enable-gtk2-check \ --enable-fail-if-missing --enable-multibyte --enable-fontset \ --with-x --with-compiledby="devidence" \ --with-python3-config-dir=$(python3-config --configdir) \ --with-ruby-command=/usr/bin/ruby make sudo make install