ccozkan / instagram-unfollowers

Who unfollowed you, who followed you, who doesn't follow you back, who liked your pics the most and who never? Don't worry I got all the answers. Also this can used for non-private users too.
GNU General Public License v3.0
115 stars 19 forks source link

ImportError: No module named requests #3

Closed heyvoon closed 5 years ago

heyvoon commented 5 years ago
linux@linux-box ~/Scripts/python/instagram-unfollowers $ python main.py 429570963
Traceback (most recent call last):
  File "main.py", line 5, in <module>
    from insta import Instagram
  File "/home/linux/Scripts/python/instagram-unfollowers/insta.py", line 4, in <module>
    import requests
ImportError: No module named requests
heyvoon commented 5 years ago

Fixed by using PIP2 instead of PIP