Python Json模块不能与Pip一起安装

Python Json模块不能与Pip一起安装,python,json,pip,version,spyder,Python,Json,Pip,Version,Spyder,我试图使用pip安装json,但它显示了一个错误 pip install json ERROR: Could not find a version that satisfies the requirement json (from versions: none) ERROR: No matching distribution found for json Note: you may need to restart the kernel to use updated packages. 我使用的

我试图使用
pip
安装
json
,但它显示了一个错误

pip install json
ERROR: Could not find a version that satisfies the requirement json (from versions: none)
ERROR: No matching distribution found for json
Note: you may need to restart the kernel to use updated packages.
我使用的是
pip
version21.1.1

该模块内置于python中,因此无需安装。Python有许多内置模块,完整列表如下:。

该模块内置于Python中,因此无需安装。Python有许多内置模块,完整列表如下: