Error when running the script "python3 erpnext_sync.py"

Hi Everyone,

I’m trying to sync our Biomatrix and ERPNext. Everything is configured smoothly, but when running the script python3 erpnext_sync.py, I encounter an error. see the below details.

Traceback (most recent call last):
File “erpnext_sync.py”, line 3, in
import requests
ModuleNotFoundError: No module named ‘requests’

If you are using a virtual environment, activate it first before installing:

source venv/bin/activate

then install requests module

pip install requests

after installation try running your .py

Yes, I activated the venv but when I install requests module. I encountered an error. see the screenshots below.

Screenshot 2