Closed BigClunk closed 6 years ago
have you installed instabot with:
pip install -U instabot
right?
yes thats the first thing i did when i downloaded python
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like so [x]).Before submitting an issue, make sure you have:
Purpose of your issue?
The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.
For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.
Paste the output of
python -V
here:Using Python version 3.6 and on Mac OS 10.13.5
Pariss-iMac-2:examples Hunter$ python3 unfollow_non_followers.py Traceback (most recent call last): File "unfollow_non_followers.py", line 13, in
from instabot import Bot
File "/Users/Hunter/Desktop/instabot-master/examples/../instabot/init.py", line 1, in
from .api import API
File "/Users/Hunter/Desktop/instabot-master/examples/../instabot/api/init.py", line 1, in
from .api import API
File "/Users/Hunter/Desktop/instabot-master/examples/../instabot/api/api.py", line 15, in
import requests
ModuleNotFoundError: No module named 'requests'
Pariss-iMac-2:examples Hunter$
Every time i try and run any file from the example folder i get this error. Does anyone know how to fix this??? Any help would be appreciated :)