from @yangshen16
When I cloned the repo and followed your instruction to install it, there was an error saying there lacks a "setup.py" file, so I failed to run "pip install -e --...". I added a "setup.py" file manually, and used "setuptools" to successfully install the package. You might want to check if the instructions work on a completely new environment.
from @yangshen16