n1nj4z33 / iqoptionbot

IQ Option Trade system (Python 2.7)
37 stars 29 forks source link

Error when try to run #5

Closed snisnik closed 7 years ago

snisnik commented 7 years ago

I'm getting the following error:

sudo python starter.py -c config.json Traceback (most recent call last): File "starter.py", line 7, in from iqoptionapi.api import IQOptionAPI File "/usr/local/lib/python2.7/dist-packages/iqoptionapi/api.py", line 7, in import requests ImportError: No module named requests

Any ideas?