Instagram-to-discord icon indicating copy to clipboard operation
Instagram-to-discord copied to clipboard

ModuleNotFoundError: No module named 'requests'

Open GuirraMoretti opened this issue 2 years ago • 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

GuirraMoretti avatar Mar 05 '22 08:03 GuirraMoretti

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.

timpiglowski avatar Mar 12 '22 20:03 timpiglowski

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

IT0T0I avatar Mar 21 '22 15:03 IT0T0I