如何在Python中安装“警告”包?

qaz*_*wsx 1 python package

我看过Python程序使用

import warnings
Run Code Online (Sandbox Code Playgroud)

如何安装该软件包?我试过了

pip install --upgrade warnings
Run Code Online (Sandbox Code Playgroud)

并出现错误

Collecting warnings
  Could not find a version that satisfies the requirement warnings (from versions: )
No matching distribution found for warnings
Run Code Online (Sandbox Code Playgroud)

int*_*ser 5

warnings是内置的。无需安装。