There is a common problem we often encounter when using vscode.
[pylint] E0401:Unable to import 'tensorflow'
- First make sure that both the
python.pythonPathandpython.linting.pylintPathare configured correctly in the WORKSPACE SETTINGS, especilly for the cases when you use anaconda or virtualenv
{