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