Error installing json file on chromebook

Hello everyone,

I am still new to python. I am trying to install a Json package on my chromebook but its giving me the following errors;
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement json (from versions: none)
ERROR: No matching distribution found for json

Can you please help

Python comes with a built-in json module; you don’t need to install it.

Hi Frank,

It worked. Thanks

Hi Alex,

I used Frank’s advise and it worked. I am still very new and learning. Thanks for the response.