1

无法在 Python 3.8.8 中安装 HTTP 模块。

错误截图

WARNING: Discarding https://files.pythonhosted.org/packages/71/f0/787d609561ada283d6755e6f1198aa65a6eea075297725344e8f8c12eb03/http-0.1.tar.gz#sha256=0e66b52fc46640edd547c3c47a7913e0c5f76a69db6fb09e7b48c5f7866b2c37 (from https://pypi.org/simple/http/ ). 命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。

4

1 回答 1

0

HTTP 模块是内置的,您不必安装它。

用于import http在 python 代码中导入它。

于 2021-12-19T17:09:05.830 回答