AndreyPavlenko / aceproxy

Ace Stream HTTP Proxy
MIT License
62 stars 25 forks source link

ImportError: No module named requests #34

Closed nickcartery closed 6 years ago

nickcartery commented 6 years ago

Hi, I just runpython /root/aceproxy/acehttp.py and got this error:

acehttp.py           [LINE:620 ]# DEBUG    [11.01 15:35:36]  Plugin loaded: Torrentfilms
acehttp.py           [LINE:620 ]# DEBUG    [11.01 15:35:36]  Plugin loaded: P2pproxy
Traceback (most recent call last):
  File "acehttp.py", line 613, in <module>
    plugin = __import__(i)
  File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "plugins/torrenttv_plugin.py", line 14, in <module>
    import requests
  File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
ImportError: No module named requests

How can I fix it?

AndreyPavlenko commented 6 years ago

You need to install the python requests module. Please, copy and paste the error message into the google search bar before reporting an issue.