Closed miphilomath closed 7 years ago
This might have something to do with setuptools and the install script.
Turns out, setuptools changes the package names when installing them. Any _
in the the names are replaced with -
in the names.
I am not exactly sure how can we fix this without changing either the name of package or something else.
I am having the following error. The steps I took:
$ virtualenv dropbox-sdk --python=python3
$ source dropbox-sdk/bin/activate
$ python setup.py install
The error appears in the next step when I try
paper-git serve
.