I'm following the Machine learning tutorial made by Google Developer. When executing the command:
python -m scripts.retrain -h
I get the result:
> /usr/bin/python: No module named scripts
I tried to search for a result, and I get this from stackoverflow:
If you run
import os
os.getcwd()
you'll see this is true. But what I get is this:
import-im6.q16: not authorized `os' @ error/constitute.c/WriteImage/1037.
What should I do to fix this?