Closed nickcarterney closed 6 years ago
Hi, I just runpython /root/aceproxy/acehttp.py and got this error:
python /root/aceproxy/acehttp.py
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?
You need to install the python requests module. Please, copy and paste the error message into the google search bar before reporting an issue.
Hi, I just run
python /root/aceproxy/acehttp.py
and got this error:How can I fix it?