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.

getting "AttributeError: 'For' object has no attribute 'value'" with ipython=7.6.0

See original GitHub issue

Hi 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Carreaucommented, Jul 3, 2019

7.6.1 should be released now with the fix.

1reaction
Carreaucommented, Jul 2, 2019

Ok, great !

I’ll wait for CI to pass, travis seem to have some backlog; and release soon.

Read more comments on GitHub >

github_iconTop 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 >

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