I have a code in python that I use
import requests
It´s works if I run the code on command line.
But when I put in systemd It didn't work.
In log I see error:
Aug 2 15:08:19 beaglebone python3[2140]: import requests
Aug 2 15:08:19 beaglebone python3[2140]: ImportError: No module named 'requests'
I´m using debian in BeagleBone