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?
Asked
Active
Viewed 51 times
0

Saira
- 19
- 5
1 Answers
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