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.

Not showing errors

See original GitHub issue

Description

What steps will reproduce the problem?

import tensorflow as tf from tensorflow.keras.models import Sequential, Model from tensorflow.keras.layers import Dropout, Dense from tensorflow.keras.optimizers import Adam, Nadam

There is no indention error showing up

ae =e$ 4

Does not flag as an error as in Spyder 3.X

Versions

  • Spyder version: 4.0.1
  • Python version: 3.7.6
  • Qt version: 5.9.6
  • PyQt5 version: 5.9.2
  • Operating System: Windows 10

Dependencies

atomicwrites >=1.2.0         :  1.3.0 (OK)
chardet >=2.0.0              :  3.0.4 (OK)
cloudpickle >=0.5.0          :  1.2.2 (OK)
diff_match_patch >=20181111  :  20181111 (OK)
intervaltree                 :  None (OK)
IPython >=4.0                :  7.11.1 (OK)
jedi =0.14.1                 :  0.14.1 (OK)
nbconvert >=4.0              :  5.6.1 (OK)
numpydoc >=0.6.0             :  0.9.2 (OK)
pexpect >=4.4.0              :  4.7.0 (OK)
pickleshare >=0.4            :  0.7.5 (OK)
psutil >=0.3                 :  5.6.7 (OK)
pygments >=2.0               :  2.5.2 (OK)
pylint >=0.25                :  2.4.4 (OK)
pyls >=0.31.2;<0.32.0        :  0.31.2 (OK)
zmq >=17                     :  18.1.0 (OK)
qdarkstyle >=2.7             :  2.7 (OK)
qtawesome >=0.5.7            :  0.6.0 (OK)
qtconsole >=4.6.0            :  4.6.0 (OK)
qtpy >=1.5.0                 :  1.9.0 (OK)
rtree >=0.8.3                :  0.8.3 (OK)
sphinx >=0.6.6               :  2.3.1 (OK)
spyder_kernels >=1.8.1;<2.0.0:  1.8.1 (OK)
watchdog                     :  None (OK)
cython >=0.21                :  0.29.14 (OK)
matplotlib >=2.0.0           :  3.1.1 (OK)
numpy >=1.7                  :  1.17.4 (OK)
pandas >=0.13.1              :  0.25.3 (OK)
scipy >=0.17.0               :  1.3.2 (OK)
sympy >=0.7.3                :  None (NOK)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ccordoba12commented, Feb 13, 2020

Ok, thanks for digging deeper into this one @goanpeca. Let’s leave this one open until we update to the latest Jedi (0.16) then to see if that fixes this problem. If not, we’ll report it upstream.

1reaction
ccordoba12commented, Jan 30, 2020

@goanpeca, please take a look at this one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PHP not displaying errors even though display_errors = On
In the php.ini I set display_errors = On and error_reporting = E_ALL | E_STRICT , but PHP is still not displaying error messages....
Read more >
No errors displayed in the "Error List" (error list doesn't show ...
Developer Community. Sometimes when I run "Build Solution" command and build fails my "Error List" window is empty. this issue is associated with...
Read more >
Display All PHP Errors: Basic & Advanced Usage
Being able to see what went wrong is vital during troubleshooting. Learn how to enable all PHP errors and warnings in your app....
Read more >
xcode doesn't show compiler errors… | Apple Developer Forums
Here are no solutions, but 4 things to look at: 1. Sometimes Xcode is just very, very slow in getting error messages to...
Read more >
Visual Stidio 2019 is not showing compilation erros
I'm working with my code and everything works fine. At certain moment VS stops detecting errors. They are not underlined, and NOT showing...
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