Last jedi release (0.18.0) is incompatible with ipython (7.19 and 7.18 tested); reason - column arg was deprecated, and now removed
See original GitHub issueRelevant traceback reads as follows:
File "../venv/lib/python3.8/site-packages/IPython/core/completer.py", line 2029, in _complete
completions = self._jedi_matches(
File "../venv/lib/python3.8/site-packages/IPython/core/completer.py", line 1373, in _jedi_matches
interpreter = jedi.Interpreter(
File "../venv/lib/python3.8/site-packages/jedi/api/__init__.py", line 725, in __init__
super().__init__(code, environment=environment,
TypeError: __init__() got an unexpected keyword argument 'column'
sys info:
{'commit_hash': '62779a198',
'commit_source': 'installation',
'default_encoding': 'utf-8',
'ipython_path': '../venv/lib/python3.8/site-packages/IPython',
'ipython_version': '7.18.0',
'os_name': 'posix',
'platform': 'Linux-4.15.0-128-generic-x86_64-with-glibc2.17',
'sys_executable': '../venv/bin/python',
'sys_platform': 'linux',
'sys_version': '3.8.5 (default, Jul 20 2020, 19:50:14) \n[GCC 5.4.0 20160609]'}
same reported in jedi repo too
Issue Analytics
- State:
- Created 3 years ago
- Reactions:264
- Comments:63 (8 by maintainers)
Top Results From Across the Web
Ipython autocompletion not working - Codecademy Forums
Last jedi release (0.18.0) is incompatible with ipython (7.19 and 7.18 tested); reason - column arg was deprecated, and now removed.
Read more >7.x Series — IPython 8.7.0 documentation
This documentation covers IPython versions 6.0 and higher. Beginning with version 6.0, IPython stopped supporting compatibility with Python versions lower than ...
Read more >Ipython 7.19.0 Crash - ADocLib
Ask questionsLast jedi release (0.18.0) is incompatible with ipython (7.19 and 7.18 tested); reason - column arg was deprecated, and now removed. <!...
Read more >Import pretrained models fails - PyTorch Forums
Last jedi release (0.18.0) is incompatible with ipython (7.19 and 7.18 tested); reason - column arg was deprecated, and now removed.
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
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
As a temporary fix for anyone just trying to get things working again:
It would be really nice if you could quickly release a 7.19.1. (It’s already fixed on master).
Sorry for that. I did not realize that IPython with that fix was not released yet. I usually test IPython completions before doing a Jedi release, but not this time 😕. It will probably also not happen in the future anymore, because I’m going to release Jedi 1.0 soon, so this is probably the last time for a long time that you have to deal with deprecations in Jedi.
Still wish you a Merry Christmas!
Because people at this point probably don’t scroll up to my comment (https://github.com/ipython/ipython/issues/12740#issuecomment-751273584), this is what you should do temporarily: