-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
UserWarning: Config option use_jedi not recognized by IPCompleter #5944
Comments
Thanks for reporting. So it only happens in your module? Have you tried to run it in Given it involves Other than that, if you can't isolate it to a bug in Spyder or one of the packages you are using, then something like Stack Overflow would probably be a more appropriate place to post the relevant section of your code and get help. Best of luck! |
Thanks for reporting. The Jedi part of this problem will be fixed in PR #5878. |
Let's hope that fixes your other problem. |
Thanks for your tips. The UserWarning has disappeard, but my Kernel is still dying. I did reset spyder, but it doesn't help. I have installed parso 0.1.1. What would be the recommended version? The execution in qtConsole doesn't make it better, the Kernel still dies. Edit: The warning is appearing once again. |
Sorry but Spyder can't be responsible for your kernel dying because the
kernel runs in a separate process from Spyder. Most probably it has to
do with one of the packages you installed.
El 11/12/17 a las 10:45, TheTinka escribió:
…
Thanks for your tips. The UserWarning has disappeard, but my Kernel is
still dying. I did reset spyder, but it doesn't help. I have installed
parso 0.1.1. What would be the recommended version? The execution in
qtConsole doesn't make it better, the Kernel still dies. I will test
to reinstall anaconda and report afterwards.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#5944 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWS7Wwi-SNUOTjOkNChKjniiyCS-4Afks5s_U4PgaJpZM4Q8b1B>.
|
The latest version of |
Okay... I have found the problem (the way I'm able to). |
I don't know, sorry. |
Odd or not, it seems quite clear (as this occurs in qtconsole, and presumably iPython) this issue doesn't seem to have anything to do with the Spyder IDE proper. Therefore, again, assuming it isn't something with the script being run (in which case debugging, SO, etc. would be the proper response), you are probably much better off closing this and asking on the |
I really don't know why this happen suddenly all the time. A module of mine isn't running anymore. I get this warning:
UserWarning: Config option
use_jedi
not recognized byIPCompleter
. self.config = configAnd than "Kernel died, restarting".
I'm not able to fix it on my own. Even when I take back my changes I get that message.
Thank you for every helpfull hint.
Additional:
Versions and main components
Dependencies
IPython >=4.0 : 5.3.0 (OK)
cython >=0.21 : 0.25.2 (OK)
jedi >=0.9.0 : 0.10.2 (OK)
nbconvert >=4.0 : 5.1.1 (OK)
numpy >=1.7 : 1.12.1 (OK)
pandas >=0.13.1 : 0.20.1 (OK)
pycodestyle >=2.3: 2.3.1 (OK)
pyflakes >=0.6.0 : 1.5.0 (OK)
pygments >=2.0 : 2.2.0 (OK)
pylint >=0.25 : 1.6.4 (OK)
qtconsole >=4.2.0: 4.3.0 (OK)
rope >=0.9.4 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.5.6 (OK)
sympy >=0.7.3 : 1.0 (OK)
The text was updated successfully, but these errors were encountered: