jskemator icon indicating copy to clipboard operation
jskemator copied to clipboard

Simplejson not found

Open VivekBansal opened this issue 10 years ago • 1 comments

When i executed the below command python jskemator.py -f examples/example.json > schema

it gives me following error :- Traceback (most recent call last): File "jskemator.py", line 8, in import simplejson as json ImportError: No module named simplejson

For resolving this, what should i need to do ?

VivekBansal avatar Mar 14 '14 13:03 VivekBansal

you may have resolved already but for other who dont know it

pip install simplejson

muhammad-rafi avatar Feb 17 '22 12:02 muhammad-rafi