我刚刚使用'easy_insatll'安装了Requests模块,我试图运行这个tutrorial的演示代码,
import requests
payload = {'username': 'xxxx', 'password': 'xxxxx'}
r = requests.get('https://github.com/timeline.json')
Run Code Online (Sandbox Code Playgroud)
但我得到这个错误:AttributeError: easy_install
任何的想法?谢谢