I used this code to import in VSCODE editor.
Getting error as below.
Already installed tensorflow by pip install tensorflow in command line.
Any help please?
import tensorflow
File "C:\Users\david\python3_6\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper
fp, pathname, description = imp.find_module('_pywrap_tensorflow_internal', [dirname(__file__)])
AttributeError: module 'imp' has no attribute 'find_module'