Please install Anaconda and create a virtual environment, this way it makes it easier to reproduce errors and whatnot.
> conda create -n prince python=3.7 anaconda
> conda activate prince
Then install the necessary dependencies.
> pip install -e ".[dev]"
> python setup.py develop
> python3 -m pip install --user --upgrade setuptools wheel
> python3 setup.py sdist bdist_wheel
> python3 -m pip install --user --upgrade twine
> python3 -m twine upload dist/*