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’