davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.27k stars 370 forks source link

Hashlib issue on startup #1096

Closed roda37 closed 1 year ago

roda37 commented 1 year ago

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

image

davidhalter commented 1 year ago

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.