On a fresh install of python 3.7.9, I ran pip install -r requirements.txt and currently this only installs the bpy package. I needed to install the following additional packages to get Encoder.py to run:
pip install commentjson tqdm audioread
Ideally these would be added to requirements.txt as well.