ubuntu tensorflow import wrong python path code example
Example: why tensorflow not working in .py file
##don't execute your file as
sudo python3 <yourfile.py>
##just use
python3 <yourfile.py>
## and also *don't* use file names like "imp.py", "tf.py",