【问题标题】:Json Module Cannot Be Installed with Pipjson模块不能用pip安装
【发布时间】:2021-08-02 11:13:25
【问题描述】:

我正在尝试使用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 21.1.1 版

【问题讨论】:

    标签: python json pip version spyder


    【解决方案1】:

    json模块是python内置的,所以不需要安装。 Python 有许多内置模块,完整列表在这里:https://docs.python.org/3/py-modindex.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-04-27
      • 2017-03-28
      • 1970-01-01
      • 2019-02-12
      • 2016-03-03
      • 1970-01-01
      • 2017-06-14
      • 1970-01-01
      相关资源
      最近更新 更多