i'm trying to set the right parameter to run up a python script when the jetson nano is powered up. I'm facing a problem that the service file doesn't want to recognize the library that was installed using pip. If the code was compiled from the command line it works fine without facing any problem but with the systemd support i get this error: here the first image(upload://k2pWgcIRAB7N2OzLrascOEi1HrI.jpeg)
The service file looks like the following figure: service file
i'll be really gratefull if someone can help me.