Trying to import Json, my command is pip install json
.
I'm working on windows 8.1
The error i'm getting in command prompt is
Could not find a version that satisfies the requirements json <from versions:>
No matching distribution found for json
.
and the error i'm getting on pycharm is
NameError: name 'json' is not defined
I tried importing numpy
and it worked just fine .
I also did check Pip "Could not find a that satisfies the requirement"
and Could not find a version that satisfies the requirement <package>
Edit : Referred also to this link Python 3.5.1 : NameError: name 'json' is not defined and getting an error that sudo is not recognized