ModuleNotFoundError: No module named 'requests'
GuirraMoretti opened this issue · 2 comments
GuirraMoretti commented
timlwsk commented
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
i got requests installed on my pip3 list but still got the issue