AttributeError: 'PtkHistoryAdapter' object has no attribute '_loaded'
See original GitHub issueAttributeError: ‘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:
- Created a year ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Updating
prompt-toolkit
to version3.0.28
fixed it.Solution: Update
prompt-toolkit
(to3.0.28
)