I use macOs 11.6 (Big Sur)
When running the python script I got this error
% ./address-fetcher.py
Traceback (most recent call last):
File "./address-fetcher.py", line 4, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
Do I need to deploy some depencies to be able to run the script?