serial not recognize using www-data

Serial not recognize when running python in php

exec("sudo /usr/bin/python3 /home/username/test.py");

Problem is python3-serial is not installed.
Solution is to install:

sudo apt install python3-serial

Add new comment