distribution-tools icon indicating copy to clipboard operation
distribution-tools copied to clipboard

Can't start the address-fetcher.py

Open cdric opened this issue 3 years ago • 1 comments

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?

cdric avatar Oct 05 '21 20:10 cdric

@praskoson do you have requirements.txt to install the packages for an open source project?

hskang9 avatar Dec 06 '21 07:12 hskang9