distribution-tools
distribution-tools copied to clipboard
Can't start the address-fetcher.py
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?
@praskoson do you have requirements.txt to install the packages for an open source project?