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

AttributeError: 'TerminalInteractiveShell' object has no attribute 'debugger_cls' #20

Open
happsky opened this issue Mar 12, 2018 · 0 comments

Comments

@happsky
Copy link

happsky commented Mar 12, 2018

Traceback (most recent call last):
File "./discogan/image_translation.py", line 10, in
from model import *
File "/home/ii/DiscoGAN/discogan/model.py", line 6, in
import ipdb
File "/home/ii/anaconda2/lib/python2.7/site-packages/ipdb/init.py", line 7, in
from ipdb.main import set_trace, post_mortem, pm, run # noqa
File "/home/ii/anaconda2/lib/python2.7/site-packages/ipdb/main.py", line 32, in
debugger_cls = TerminalInteractiveShell().debugger_cls
AttributeError: 'TerminalInteractiveShell' object has no attribute 'debugger_cls'

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

No branches or pull requests

1 participant