You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
any workaround for this? thanks so much!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: