Kukiezi / messenger-pics-downloader

Tool to download images from messenger conversation to Your computer
6 stars 6 forks source link

No module named "requests" #4

Open ilovebarney opened 4 years ago

ilovebarney commented 4 years ago

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!

demonium77 commented 4 years ago

I'm having the same issue. If someone has a fix that would be awesome :)

SkourtsidisGiorgos commented 2 years ago

Run in a cmd pip install requests