question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: 'PtkHistoryAdapter' object has no attribute '_loaded'

See original GitHub issue

AttributeError: ‘PtkHistoryAdapter’ object has no attribute ‘_loaded’ coming from line file “/home/.local/lib/python3.8/site-packages/IPython/terminal/interactiveshell.py”, line 151. if not self._loaded

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
alfredoPark-48commented, Mar 31, 2022

Updating prompt-toolkit to version 3.0.28 fixed it.

3reactions
glucksfallcommented, Mar 30, 2022

Solution: Update prompt-toolkit (to 3.0.28)

Read more comments on GitHub >

github_iconTop Results From Across the Web

'PtkHistoryAdapter' object has no attribute '_loaded ... - GitHub
I believe this is a conflict between IPython 8.2.0 and prompt_toolkit 2.0.10 . If I upgrade to prompt_toolkit 3.0.29 the error goes away...
Read more >
ipython giving attributeerror when launched - Stack Overflow
AttributeError : '_NamespacePath' object has no attribute 'sort'. I can do nothing. I tried to pip3 uninstall stuff but I get the same ......
Read more >
'Solution' object has no attribute 'set_equivalence_ratio'
T AttributeError: 'Solution' object has no attribute 'set_equivalence_ratio'. I have looked up the "set_equivalence_ratio" and it is an object in the ...
Read more >
'PtkHistoryAdapter' object has no attribute '_loaded' #13616
AttributeError : 'PtkHistoryAdapter' object has no attribute '_loaded'
Read more >
Python3 Help Modules <module> always returns Traceback ...
Python3 Help Modules <module> always returns Traceback error "AttributeError: 'NoneType' object has no attribute 'loader'" · package-management ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found