-
Notifications
You must be signed in to change notification settings - Fork 147
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
ipython 7.10.1 and ipdb 0.12.3 #179
Comments
I found if I add |
This doesn't seem to be a duplicate of ipython/ipython#11979 but is actually an issue with the ipdb code. In that the |
Ahhh I take it back, if you look at ipython/ipython#11979 it seems it introduced an accidental code change from |
This seems like an Ipython issue so I'll close it out @gotcha |
I opened a PR here: ipython/ipython#12003 |
@JBKahn I ran into the same bug, so I tried adding your fix, but I'm still seeing a failure when I try to debug within a unit test. But now I'm getting `AttributeError: 'TerminalInteractiveShell' object has no attribute 'shell'. Do you know if there were a lot of other changes made recently to your working version, or if there will be an update released soon? I'm on python 3.7, ipython 7.10.1, ipdb 0.12.3. |
This I think @szeitlin ipython/ipython#12007 |
But other than that I'm not sure. I'm not currently using my fix since ipython hasn't released a new version yet. I just pinned to 7.9 |
Can you please post the entire error, I can try to help you debug |
|
in the meantime I may try downgrading to 7.9 since I don't think I care too much about having the very latest version? |
Try this: ipython/ipython#12007 |
I'm currently running into an issue with
inputhook
I'm trying to investigate and I'll update with my own findings
The text was updated successfully, but these errors were encountered: