json is a built-in module, you don't need to install it with pip.

Answer from alecxe on Stack Overflow
🌐
Python Forum
python-forum.io › thread-4666.html
installing json
Hi, first of all I'm new here so hello everyone! I have an issue. I'm trying to learn how to work with a specific API and I need JSON to do it. I used pip to install simplejson, but this didn't allow my code to work. So I then used pip to install jso...
Discussions

import JSON error
Issue description Getting the error: C:\Users\rohan\Desktop\pipenv test>pipenv install requests Warning: Your Pipfile requires python_version 3.6, but you are using 3.7.3 (C:\Users\rohan\.\r\S\p... More on github.com
🌐 github.com
9
April 3, 2019
python - Json Module Cannot Be Installed with Pip - Stack Overflow
Bring the best of human thought and AI automation together at your work. Explore Stack Internal ... I am trying to install json using pip but it is showing an error. pip install json ERROR: Could not find a version that satisfies the requirement json (from versions: none) ERROR: No matching ... More on stackoverflow.com
🌐 stackoverflow.com
pip install doesn't work - still getting Import "jsondiff" could not be resolved
How do you run your own program? More on reddit.com
🌐 r/learnpython
9
1
July 6, 2022
python - (PY) Upgrading pip and installing json package don't work - Stack Overflow
Q1. I entered python -m pip install --upgrade pip and it answered that regularly worked. But, when I check it again by pip list, it was found that the version has been not changed. How can I solve this problem? Q2. pip install json also doens't work! More on stackoverflow.com
🌐 stackoverflow.com
August 22, 2018
🌐
PyPI
pypi.org › project › pypi-json
pypi-json · PyPI
$ python -m pip install pypi-json · To install with conda: First add the required channels · $ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding · Then install · $ conda install pypi-json · These details have been verified by PyPI · DomDF · These details have not been verified by PyPI ·
      » pip install pypi-json
    
Published   Feb 19, 2026
Version   0.5.0.post1
🌐
PyPI
pypi.org › project › jsonlib
jsonlib
JavaScript is disabled in your browser. Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
GitHub
github.com › pypa › pipenv › issues › 3671
import JSON error · Issue #3671 · pypa/pipenv
April 3, 2019 - [ ] Installing...Installing 'requests' $ ['C:\\Users\\rohan\\.virtualenvs\\rohan-D2oimpxC\\Scripts\\pip.exe', 'install', '--verbose', '--upgrade', 'requests', '-i', 'https://pypi.org/simple'] Adding requests to Pipfile's [packages]… Installation Succeeded Pipfile.lock not found, creating… Locking [dev-packages] dependencies… Locking [packages] dependencies… Locking Failed! Traceback (most recent call last): File "c:/users/rohan/appdata/local/programs/python/python37/lib/site-packages/pipenv/resolver.py", line 3, in <module> import json ModuleNotFoundError: No module named 'json' File "c:/users/rohan/appdata/local/programs/python/python37/lib/site-packages/pipenv/resolver.py", line 3, in <module> import json ModuleNotFoundError: No module named 'json'
Author   pypa
🌐
PyPI
pypi.org › project › jsons
jsons · PyPI
Bugfix: get_origin did not work with python3.9+ parameterized collections (e.g.
      » pip install jsons
    
Published   Jun 09, 2022
Version   1.6.3
Find elsewhere
🌐
GeeksforGeeks
geeksforgeeks.org › python › add-json-library-in-python
Add Json Library in Python - GeeksforGeeks
July 23, 2025 - However,if you're using the old version, i.e., the version below 3.5, you can opt for alternative JSON libraries like SimpleJSON. It is the same process to import the library for usage in your code, regardless of the version of Python you are using or how you installed it.
🌐
Readthedocs
jsons.readthedocs.io
Features — jsons documentation
Human readible JSON without pollution! Easily customizable and extendable! Type hints for the win! Install with pip or conda: pip install jsons or conda install -c conda-forge jsons ·
🌐
GitHub
github.com › pypa › pip › issues › 7664
pip list in JSON format does not contain location for editable installs · Issue #7664 · pypa/pip
January 28, 2020 - python -m pip install -e a source package. For the output above I downloaded the latest six source · run python -m pip list and compare with python -m pip list --format json to see that the location data is missing
Author   pypa
🌐
GitHub
github.com › open-alchemy › json-source-map › issues › 2
can not pip install package · Issue #2 · open-alchemy/json-source-map
September 9, 2021 - I am not sure why. got the following output: pip install json-source-map -i https://pypi.python.org/simple Looking in indexes: https://pypi.python.org/simple ERROR: Could not find a version that satisfies the requirement json-source-map (from versions: none) ERROR: No matching distribution ...
Author   open-alchemy
🌐
pip
pip.pypa.io › en › stable › reference › inspect-report
pip inspect JSON output specification - pip documentation v26.1.2
In most case, this field corresponds to the direct_url.json metadata, except for legacy editable installs, where it is emulated. requested: true if the REQUESTED metadata is present, false otherwise. This field is only present for modern .dist-info installations. ... The REQUESTED metadata may not be generated by all installers. It is generated by pip since version 20.2.
🌐
Python.org
discuss.python.org › packaging
Pip V22 install --report in Json to get requirements - Packaging - Discussions on Python.org
August 6, 2022 - I am using pip V22 to install a few packages and I would like to get from the json report (pip install --report -) just the version number and the requirements so as to keep this in a requirements file. I am not familia…
🌐
GitHub
github.com › google › jsonnet › issues › 476
PIP install failing on Windows 10 · Issue #476 · google/jsonnet
March 21, 2018 - error Complete output from command C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\me\\appdata\\local\\temp\\pip-build-i148_p\\jsonnet\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record c:\users\me\appdata\local\temp\pip-4njvtc-record\install-record.txt --single-version-externally-managed --compile: running install running build running build_ext error: [Error 2] The system cannot find the file specified ---------------------------------------- Command "C:\Py
Author   google
🌐
GitHub
github.com › microsoft › tensorwatch › issues › 9
pip package missing json file · Issue #9 · microsoft/tensorwatch
May 28, 2019 - --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) <ipython-input-5-b08090dd95a6> in <module>() 10 image_utils.show_image(img) 11 probabilities = imagenet_utils.predict(model=model, images=[img]) ---> 12 imagenet_utils.probabilities2classes(probabilities, topk=5) 13 input_tensor = imagenet_utils.image2batch(img) 14 prediction_tensor = pytorch_utils.int2tensor(239) 2 frames /usr/local/lib/python3.6/dist-packages/tensorwatch/imagenet_utils.py in __init__(self, json_path) 54 json_path = json_path or os.path.join(os.path.
Author   microsoft