0

As seen in the picture, I keep getting this error. I installed and checked pylint but I can't seem to figure out what seems to be the problem. How to fix this problem in virtual studio code? enter image description here

Saira
  • 19
  • 5

1 Answers1

0

Pylint has known issues recognizing tensorflow submodules. You can either disable the warning for those specific lines, disable import warnings globally, or disable Pylint.

Brett Cannon
  • 14,438
  • 3
  • 45
  • 40