ERROR: No matching distribution found for re

ERROR: No matching distribution found for re

我正在尝试使用 Python 应用程序在 Cpanel 上 运行 一个 Python 脚本,当我将所有模块添加到文本文件中并 运行 pip install 我是收到此错误。

错误:找不到满足重新要求的版本 错误:找不到与 re

匹配的分布

re是Python的regex模块,事实上,里面列出的大部分模块都是python的内置模块。它们不需要通过 pip 安装,并且应该在您使用 import 语句时自动可用。

您可以在这里参考内置模块: https://docs.python.org/3/library/index.html