I was trying to follow along the instructions, and as I was executing python3 messenger-pics-downloader, this pops up Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "messenger-pics-downloader/__main__.py", line 1, in <module> from downloader import downloadImages File "messenger-pics-downloader/downloader.py", line 1, in <module> import requests ModuleNotFoundError: No module named 'requests'
I was trying to follow along the instructions, and as I was executing
python3 messenger-pics-downloader
, this pops upTraceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "messenger-pics-downloader/__main__.py", line 1, in <module> from downloader import downloadImages File "messenger-pics-downloader/downloader.py", line 1, in <module> import requests ModuleNotFoundError: No module named 'requests'
any workaround for this? thanks so much!