Deprecation warning on autocompletion with jedi 0.16
See original GitHub issueWith jedi 0.16:
In [1]: import warnings
In [2]: warnings.filters.remove(('ignore', None, DeprecationWarning, None, 0))
In [3]: a=0
In [4]: a.<TAB>
throws a deprecation warning:
/usr/lib/python3.8/site-packages/jedi/cache.py:111: DeprecationWarning: Deprecated since version 0.16.0. Use get_signatures()[...].params
result = method(self, *args, **kwargs)
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
API Overview — Jedi 0.16.0 documentation
Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality....
Read more >jedi - PyPI
Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto...
Read more >29774 (Ignore jedi deprecation warnings) - Sage Trac
ipython 7 throws lots of deprecation warnings on tab completion when using jedi>=0.16. A warning is emmitted for every item in the autocompletion...
Read more >Sage – Tab autocompletion not working anymore ...
... /usr/lib/python3.8/site-packages/jedi/cache.py:111: DeprecationWarning: Deprecated since version 0.16.0. Use get_signatures()[.
Read more >The Emacs IPython Notebook - Projects and Writings
(optional) jedi.el: Python auto-completion for emacs using jedi. ... there will be compiler warning but that is OK as long as you don't...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am seeing this issue in the latest release 7.14.0. In the meantime, before the next release, anyone looking to resolve this can install straight off of github. It now works perfectly for me.
I can also see this in release 7.19.0