I received a piece of Python code which runs alright on Mac machines. I had to install Python on my Windows machine from scratch and when I try to run the code I get this error: File "x.py", line 7, in import ujson ImportError: No module named ujson
Now, I know that I have to install some library named ujson which will help me communicate with JSON files, but I cannot seem yo find the installer for it.
Please help!!