getting "AttributeError: 'For' object has no attribute 'value'" with ipython=7.6.0
See original GitHub issueHi ipython dev, I am facing an issue with the latest version of ipython (7.6.0), python 3.6. The following repro script shows the issue in a Jupyter notebook cell:
%%time
x = 1
for i in range(3):
x += 1
It used to work fine with version 7.5.0.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Why am I getting AttributeError: Object has no attribute? [closed]
Your indentation is goofed, and you've mixed tabs and spaces. Run the script with python -tt to verify.
Read more >Why am I getting AttributeError: Object has no attribute?
PYTHON : Why am I getting AttributeError : Object has no attribute ? [ Gift : Animated Search Engine ...
Read more >Python AttributeError — What is it and how do you fix it?
AttributeError : '***' object has no attribute '***'What is an AttributeError in Python? What can you do to fix it? When does it...
Read more >1890855 – jupyter do not start error AttributeError: module 'attr ...
Description of problem: jupyter do not start error AttributeError: module 'attr' has no attribute 's' Version-Release number of selected ...
Read more >Error when running pytest -m connection - M220P - MongoDB
E AttributeError: 'SubRequest' object has no attribute 'getfuncargvalue' ... .6/site-packages/pytest_flask/plugin.py:109: AttributeError ...
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
7.6.1 should be released now with the fix.
Ok, great !
I’ll wait for CI to pass, travis seem to have some backlog; and release soon.