Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BluePyOpt can't be installed in pip editable mode #209
Comments
wvangeit
closed this
in 01ae935
May 31, 2017
wvangeit
added a commit
that referenced
this issue
May 31, 2017
|
|
wvangeit |
660c55a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wvangeit commentedMar 20, 2017
•
edited
Reported by @pineider
When installing bluepyopt from source using
pip install -e .
one gets (after importing bluepyopt):
ValueError: unknown style 'pep440-minor'
This is due to a non-default version of versioneer.py in the root of the source dir, to control the version numbering format.
Need to figure out how to fix this.