-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Jedi completion crashed #12705
Copy link
Copy link
Closed
Labels
Description
Hi there,
The auto completion can't do the job for some of my modules.
After setting following in my notebook, I got jedi crashed issue.
what I did in my notebook:
%config Completer.use_jedi = True
%config Completer.debug = True
Then i got this:
Oops Jedi has crashed, please report a bug with the following:
"""
Type __wrapped__ is neither a data type nor a request type
s"""
Sorry I can't get any more logs there.
packages:
ipython 7.16.1
jupyterlab 2.1.5
notebook 6.0.3
jedi 0.17.2
Please let me know if any more information is required.
Reactions are currently unavailable