[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version problems #15

Closed
flying-sheep opened this issue May 1, 2017 · 5 comments
Closed

version problems #15

flying-sheep opened this issue May 1, 2017 · 5 comments

Comments

@flying-sheep
Copy link
Member
flying-sheep commented May 1, 2017
  • installing the master branch via pip3 install --user --upgrade git+https://github.com/theislab/scanpy.git fails:

    UPDATING build/lib.linux-x86_64-3.5/None
    error: [Errno 2] No such file or directory: 'build/lib.linux-x86_64-3.5/None'
    

    maybe _version.py returns None instead of a version string for the master branch.

  • installing the tag works: pip3 install --user --upgrade git+https://github.com/theislab/scanpy.git@0.0 but the installed version will be 0.1, not 0.0 as the tag says (i’m not sure 0.0 is a legal version anyway)

@falexwolf
Copy link
Member

thanks!

I think it's fixed, works for me now, was a bug in setup.cfg

@falexwolf
Copy link
Member

0.0 is not a release, it's just a dummy tag.

if you upgrade now, the version will be 0.0+216.g2d10bdd, where 0.0 marks the initial commit, +216 one is 216 commits later, and g2d10bdd marks the installed commit

@falexwolf
Copy link
Member

as soon as 0.1 is ready, this will be released and the version of the release will simply be 0.1.

@falexwolf
Copy link
Member
falexwolf commented May 1, 2017

later development versions will then again show 0.1+NUMCOMMITS.gHASH and it will be clear for the user which kind of version she/he uses

i think it makes sense, do you?

@flying-sheep
Copy link
Member Author
flying-sheep commented May 1, 2017

jup, works and makes sense! thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants