0

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 distribution found for json
Note: you may need to restart the kernel to use updated packages.

I am using pip version 21.1.1

1 Answer 1

4

The json module is built into python, so there is no need to install it. Python has many built in modules, full list here: https://docs.python.org/3/py-modindex.html.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.