fernandod1/Instagram-to-discord

ModuleNotFoundError: No module named 'requests'

GuirraMoretti opened this issue · 2 comments

I'm trying to import the requests module but that's happen, my debugger don't recognize those module.
image
I already have installed on my computer and i tested on replit.com too but the same problem.
image

You probably have two different python versions installed. Make sure to run pip3 list to find out if you have installed requests on python 3. Then run instagram-discord.py and see if that helps.

i got requests installed on my pip3 list but still got the issue