-
-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jedi make ipython3 crash #1736
Comments
Edit: Never mind. I found the main cause at previous issues.Same here: I'm wondering that; Why are you closed this issue, @Havivw?
|
For others who end up here -- this is a duplicate of #1714. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "/home/user/.local/bin/ipython", line 8, in
sys.exit(start_ipython())
File "/home/user/.local/lib/python3.8/site-packages/IPython/init.py", line 126, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
File "/home/user/.local/lib/python3.8/site-packages/traitlets/config/application.py", line 845, in launch_instance
app.start()
File "/home/user/.local/lib/python3.8/site-packages/IPython/terminal/ipapp.py", line 356, in start
self.shell.mainloop()
File "/home/user/.local/lib/python3.8/site-packages/IPython/terminal/interactiveshell.py", line 558, in mainloop
self.interact()
File "/home/user/.local/lib/python3.8/site-packages/IPython/terminal/interactiveshell.py", line 541, in interact
code = self.prompt_for_code()
File "/home/user/.local/lib/python3.8/site-packages/IPython/terminal/interactiveshell.py", line 467, in prompt_for_code
text = self.pt_app.prompt(
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/shortcuts/prompt.py", line 1013, in prompt
return self.app.run(set_exception_handler=set_exception_handler)
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/application/application.py", line 825, in run
return loop.run_until_complete(
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/application/application.py", line 792, in run_async
return await _run_async2()
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/application/application.py", line 780, in _run_async2
await self.cancel_and_wait_for_background_tasks()
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/application/application.py", line 881, in cancel_and_wait_for_background_tasks
await task
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/buffer.py", line 1909, in new_coroutine
await coroutine(*a, **kw)
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/buffer.py", line 1738, in async_completer
async for completion in self.completer.get_completions_async(
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/completion/base.py", line 269, in get_completions_async
async for completion in completer.get_completions_async(
File "/home/user/.local/lib/python3.8/site-packages/prompt_toolkit/completion/base.py", line 196, in get_completions_async
for item in self.get_completions(document, complete_event):
File "/home/user/.local/lib/python3.8/site-packages/IPython/terminal/ptutils.py", line 92, in get_completions
yield from self._get_completions(body, offset, cursor_position, self.ipy_completer)
File "/home/user/.local/lib/python3.8/site-packages/IPython/terminal/ptutils.py", line 102, in _get_completions
for c in completions:
File "/home/user/.local/lib/python3.8/site-packages/IPython/core/completer.py", line 438, in _deduplicate_completions
completions = list(completions)
File "/home/user/.local/lib/python3.8/site-packages/IPython/core/completer.py", line 1819, in completions
for c in self._completions(text, offset, _timeout=self.jedi_compute_type_timeout/1000):
File "/home/user/.local/lib/python3.8/site-packages/IPython/core/completer.py", line 1862, in _completions
matched_text, matches, matches_origin, jedi_matches = self._complete(
File "/home/user/.local/lib/python3.8/site-packages/IPython/core/completer.py", line 2030, in _complete
completions = self._jedi_matches(
File "/home/user/.local/lib/python3.8/site-packages/IPython/core/completer.py", line 1373, in _jedi_matches
interpreter = jedi.Interpreter(
File "/home/user/.local/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'
The text was updated successfully, but these errors were encountered: