-
-
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
Stop button in the IPython console is not working with Python 3.7 on Windows #8013
Comments
Win10 64bits |
Please downgrade to IPython 6 and ipykernel 4.10 to see what happens. |
I downgrade ipykernel from 5.0.0 to 4.10.0,but Ipython can't downgrade |
but the anaconda 5.2 can work, but I have obsessive, So.... |
This is a bad idea. You should update only when necessary or perhaps twice per year. Else, you'll find errors like the one you just reported. |
@CAM-Gerlach, are you able to reproduce this? |
@ccordoba12 Updating to Anaconda 5.3 now to check... |
Thanks! |
@ccordoba12 I wasn't able to update |
That was my experience on Linux too. |
@ccordoba12 @CAM-Gerlach |
@ccordoba12 @CAM-Gerlach Is this bug just happening to me? |
@Ares8947 Perhaps, but more likely its just another package than the two obvious suspects we tested, What I recommend you do is run |
@CAM-Gerlach I follow your advice,conda install anaconda=5.3,and reset spyder setting.But the problems still exist. |
This is Github, not a forum, so BBcode won't work here. However, Markdown will, and you can simply copy and paste the image here directly. EDIT: I see you did, great. |
@CAM-Gerlach Thank you for your time and patience. :) |
Anaconda 5.2 python 3.6.6 spyder 3.3.1,The same problem will not arise. |
@Ares8947 Ares8947 Okay, thanks. I'll boot up my Windows 10 test machine, update an untouched |
You're not wasting our time; you're helping us isolate this issue this it could happen to others. You've already mentioned that this is the case, so I'm not sure how that would invalidate your issue. It may be an hour or so before my machine downloads and installs everything, since I don't regularly update it. Once you've tried the above, could you try switching python to 3.7 in your current Anaconda 5.2 setup, see if it reoccurs, then upgrade to Anaconda 3 and try Python 3.6 there? Just trying to isolate another variable. If that doesn't change anything, its likely a specific package that's the issue. |
I think it should be the cause of python3.7 @CAM-Gerlach @ccordoba12 |
The current beta is beta 1, so I'm not sure how you found beta 2 since its doens't exist yet :)
? |
@CAM-Gerlach ..........ZZZZZzzzzz |
@ccordoba12 @CAM-Gerlach |
This is not something we can solve in our side, sorry. |
Oh,god.... |
This Bug is a common phenomenon, not just for me. |
@ccordoba12 Okay, then should I report it to |
@CAM-Gerlach, yes, if you were able to reproduce this problem in QtConsole, then it's an ipykernel bug. Please ping me and minrk, and reference this issue when reporting. Does it help to downgrade that package to 4.10? |
Thanks, I'll report it.
Nope, makes no difference, and neither does 4.8.2 which I tested both previously way back when this was first reported and now. Nor does downgrading IPython to 6.x as well, according to my previous testing. |
@ccordoba12 Reported there as ipython/ipykernel#374 . Also, I wasn't able to reproduce it on my Fedora 28 Linux VM under various versions on Python 3.7 (and the interrupt was processed vastly quicker than on Windows either way), so it appears to be a Windows-specific bug. |
Thank you for your help to Windows users. |
Should be fixed by #8337 |
jupyter-client 5.2.4 is released with the fix, too |
Thanks a lot for your help Min! |
@minrk @ccordoba12 @CAM-Gerlach Thanks a lot! |
In the above fix, it instructs to set close_fds=False. Where/how do you make this change? |
Nevermind. Found that you perform the following in your Spyder environment |
That's correct; glad you figured it out. Happy Spydering! |
How did you do it? |
Open up an Anaconda command prompt and then type: |
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
I use the anaconda 5.3,and I update all in the conda(conda update --all)
And I found the bug in the spyder,Whether or not I upgrade
My English is Terrible,so....
I don't know if I have clearly expressed my question.
like this code:
for i in range(0,10000):
print(i)
I click the button of stop the current command(the red one),but it doesn't work
What steps reproduce the problem?
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: