Daniel Hahler

Results 1440 comments of Daniel Hahler

Thanks for the report, will look into it later. My first guess is that your Vim version is too old / we do not handle that properly. Can you try...

@tngreene have you tried a newer Vim? Should be fixed still, but might be a good enough workaround. @davidhalter with Vim 7.4 another method gets used then in general. As...

I'm glad it worked out, however there's still a bug there, so re-opening.

Try `let g:jedi#force_py_version = '2.7.15'`. Also see https://github.com/davidhalter/jedi-vim/pull/836.

Thanks for the input. Please consider trying #836 and see if that makes it better already - otherwise check the source to see what actually happens. Currently venv support is...

Re "/home/daniel/.pyenv/shims/scrapper": it is using "Environment: 3.6.5 in /home/yili/.pyenv" there then. IIRC jedi looks not for "python" first, but with versions appended.. at least it used to do. Digging into...

It does a bit more on master already: https://github.com/davidhalter/jedi-vim/blob/132d8506ab40d1977310eb91bfb86c0d983e2812/pythonx/jedi_vim.py#L166-L185 > you mentioned use let g:jedi#environment_paths = [$HOME . '/.pyenv/versions]', is it implemented yet? I think so: https://github.com/davidhalter/jedi-vim/blob/c06c8ef66ec264b343d85234870f2f9db8c521a5/pythonx/jedi_vim.py#L218-L223

Yes, it is WIP - an open PR. To get it working for you you could also hardcode something there, of course.

https://github.com/davidhalter/jedi/pull/1199 https://github.com/davidhalter/jedi-vim/pull/872

@cbows With Neovim check `:checkhealth provider` to see which Python it uses.