python - Get AttributeError after upgrading to IPython13 -
i upgraded ipython
installation pip
, , when use ipython
, failed this:
traceback (most recent call last): file "<string>", line 1, in <module> attributeerror: 'module' object has no attribute 'shell'
but when try $(which ipython)
, starts normally.
what may reason of attributeerror
?
look under ~/.ipython. there's configuration script there using old api.
Comments
Post a Comment