fernandod1 / Instagram-to-discord

Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
https://www.fernando.info
Other
127 stars 63 forks source link

ModuleNotFoundError: No module named 'requests' #28

Open GuirraMoretti opened 2 years ago

GuirraMoretti commented 2 years ago

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

timpiglowski commented 2 years ago

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.

IT0T0I commented 2 years ago

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