Skip to content
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

Deprecation warning on autocompletion with jedi 0.16 #12206

Closed
antonio-rojas opened this issue Mar 26, 2020 · 9 comments
Closed

Deprecation warning on autocompletion with jedi 0.16 #12206

antonio-rojas opened this issue Mar 26, 2020 · 9 comments

Comments

@antonio-rojas
Copy link

With 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)
@DKMDebugin
Copy link

Can you guide me in resolving the issue? @antonio-rojas @Carreau

@Roffild
Copy link

Roffild commented Apr 3, 2020

QtConsole:

\lib\site-packages\jedi\cache.py:111: DeprecationWarning: Deprecated since version 0.16.0. Use get_signatures()[...].params
  result = method(self, *args, **kwargs)

\lib\site-packages\ipykernel\ipkernel.py:454: DeprecationWarning: `input_splitter` is deprecated since IPython 7.0, prefer `input_transformer_manager`.
  status, indent_spaces = self.shell.input_splitter.check_complete(code)

ipython/ipykernel#375

In[1]: import mlflow as m
\lib\site-packages\ipykernel\ipkernel.py:454: DeprecationWarning: `input_splitter` is deprecated since IPython 7.0, prefer `input_transformer_manager`.
  status, indent_spaces = self.shell.input_splitter.check_complete(code)

In[2]: m.set_tracking_uri("http://127.0.0.1:5000/")

@LucianaMarques
Copy link
Contributor

Hey guys, what is the status of this issue? Is there someone working on it?

@LucianaMarques
Copy link
Contributor

Well, I'm trying to fix it but just FYI I'm having starting problems with this issue.

@LucianaMarques
Copy link
Contributor

Ooops this is already being seen: #12218

@bnavigator
Copy link
Contributor

Fixed by #12227?

@antonio-rojas
Copy link
Author

No, fixed by 1e79c16

@WaylonWalker
Copy link
Contributor

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.

pip install git+https://github.com/ipython/ipython.git

@linus-gates
Copy link

linus-gates commented Dec 8, 2020

I can also see this in release 7.19.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants