Haven't been able to pip install on `python3.7` or `python3.8`. Perhaps setup.py needs `cython` in the requirements list? Cloning the repo and manually doing a `pip install .` worked, once I installed cython separately.
Haven't been able to pip install on
python3.7orpython3.8.Perhaps setup.py needs
cythonin the requirements list?Cloning the repo and manually doing a
pip install .worked, once I installed cython separately.