When I try to use jedi package I get following message in the minibuffer.
This feature requires the ‘jedi‘ package to be installed. Please check ‘elpy-config‘ for more information.
Elpy Configuration
Emacs.............: 26.3
Elpy..............: 1.34.0
Virtualenv........: venv (/home/alper/venv)
Interactive Python: python3 3.7.5 (/home/alper/venv/bin/python3)
RPC virtualenv....: rpc-venv (/home/alper/.emacs.d/elpy/rpc-venv)
Python...........: python 3.7.5 (/home/alper/.emacs.d/elpy/rpc-venv/bin/python)
Jedi.............: 0.17.2
Rope.............: 0.16.0
Autopep8.........: 1.5.3 (1.5.4 available)
Yapf.............: 0.29.0 (0.30.0 available)
Black............: 19.10b0 (20.8b1 available)
Syntax checker....: flake8 (/home/alper/venv/bin/flake8)
After few minutes it starts working or when I restart emacs
there are some cases that it starts working right way. So its behavior is random for its load time to start.
=> Is there anything I can do to prevent this error to force jedi
to start right away? or is this a normal behavior of jedi
?
Please note that I had similiar question (elpy - This feature requires the ‘jedi‘ package to be installed), but it was not related to jedi
package's load time.