尝试使用pip安装http模块时,出现以下错误,无法解决。
pip安装http
ImportError: cannot import name 'Request' from 'request' (/Users/..../venv/lib/python3.7/site-packages/request/__init__.py)
答案 0 :(得分:2)
它已经存在于python 3.7(https://docs.python.org/3.7/library/http.html)中。您不需要安装
答案 1 :(得分:1)
在python 3.7中已经存在。无需明确安装。但是它不存在或被意外删除,请尝试以下操作:
pip3 insall http