$ python3.7 -m venv /tmp/py37
$ /tmp/py37/bin/pip install ujson
Collecting ujson
Downloading https://files.pythonhosted.org/packages/16/c4/79f3409bc710559015464e5f49b9879430d8f87498ecdc335899732e5377/ujson-1.35.tar.gz (192kB)
100% |████████████████████████████████| 194kB 7.4MB/s
Installing collected packages: ujson
Running setup.py install for ujson ... done
Successfully installed ujson-1.35
$ /tmp/py37/bin/python3.7 -c "import ujson; print(ujson.__version__)"
1.35