Help me fix my Python Script (Which is Called by a PHP Script on a Web Page) - Error Including Module Library
Budget: $30 – $250 CAD
I need help to fix my Python Script which is called from a PHP Script hosted on an Apache web page.
When the script runs the output states that my module does not exist.
I have installed these modules using pip3.
When I write the same command in the terminal, it runs properly.
The error below is what I'm getting when I try executing the script from the PHP file.
```
Traceback (most recent call last):
File "/var/www/html/hello.py", line 5, in <module>
from pyppeteer_stealth import stealth
ModuleNotFoundError: No module named 'pyppeteer_stealth'
```
Full Scripts (PHP & Python) will be provided, the freelancer must write the steps needed to get it fixed.
When the script runs the output states that my module does not exist.
I have installed these modules using pip3.
When I write the same command in the terminal, it runs properly.
The error below is what I'm getting when I try executing the script from the PHP file.
```
Traceback (most recent call last):
File "/var/www/html/hello.py", line 5, in <module>
from pyppeteer_stealth import stealth
ModuleNotFoundError: No module named 'pyppeteer_stealth'
```
Full Scripts (PHP & Python) will be provided, the freelancer must write the steps needed to get it fixed.