rfancn / aliyun-ddns-client

Python DDNS client for Aliyun
404 stars 137 forks source link

ImportError: No module named requests #5

Closed Wyerchen closed 8 years ago

Wyerchen commented 8 years ago

Run after the emergence of

Traceback (most recent call last): File "ddns.py", line 21, in from helper import DDNSHelper File "/opt/aliyun-ddns-client/helper.py", line 20, in from utils import DDNSUtils File "/opt/aliyun-ddns-client/utils.py", line 20, in import requests ImportError: No module named requests

rfancn commented 8 years ago

pls have python module 'requests' installed, e,g: # pip install requests