Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named "requests" #4

Open
ilovebarney opened this issue Jun 25, 2020 · 2 comments
Open

No module named "requests" #4

ilovebarney opened this issue Jun 25, 2020 · 2 comments

Comments

@ilovebarney
Copy link

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
Copy link

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

@SkourtsidisGiorgos
Copy link

Run in a cmd pip install requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants