BluePyOpt can't be installed in pip editable mode #209

Closed
wvangeit opened this Issue Mar 20, 2017 · 0 comments

Comments

Projects
None yet
1 participant
Member

wvangeit commented Mar 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.

wvangeit closed this in 01ae935 May 31, 2017

@wvangeit wvangeit added a commit that referenced this issue May 31, 2017

@wvangeit wvangeit Merge pull request #213 from BlueBrain/fix_versioneer
Make versioneer work in pip editable mode, fixes #209
660c55a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment