Error: not authorized `argparse'

Getting error when running:
#!/usr/bin/python

import jetson.inference
import jetson.utils

import argparse

import-im6.q16: not authorized `argparse’ @ error/constitute.c/WriteImage/1037.

I have re-installed the system OS 4 times
I have done the sudo make install and the building the repo part of the tutorial.
I am also getting error when doing the Coding Your Own Image Recognition Program (C++).

I am am asuming the problem to be in the install directory? however i’ve reinstalled a couple of times already whit out succes.

Regards

Hi,

It looks like you are facing the same issue of this topic:
https://devtalk.nvidia.com/default/topic/1068718/jetson-nano/error-when-trying-to-run-hello-ai-world/

Could you replace the first line of your source into this command:

#!/usr/bin/env python3

Thanks.

Hi, i’ve testet:

#!/usr/bin/env python3
#!/usr/bin/env python2
#!/usr/bin/env python

Did a search on google first and tested the solutions recommended there, befour turning here.

Thanks!.