-
-
Notifications
You must be signed in to change notification settings - Fork 592
Unable to correctly extract version from pypi distributed tarball #244
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
Comments
Also I'm not even sure if the version in version.txt is right?
|
Hey, I don't think I've ever used or seen that flag -- can you tell me a bit more about what you want to use it for? Generally if you want the version number you can use |
To answer my own question, it looks like devpi does this for some bizarre reason, so maybe that's what you're using. There's also now an upstream ticket: habnabit/vcversioner#6 |
Thanks, so just for common knowledge this is a pretty basic command, Just run the following on a project:
|
@nhuray I left a comment on the upstream issue. It looks like this is still waiting for someone with some distutils knowledge to look at. |
This is (as of a bit ago) now fixed upstream. Sorry for the delay. |
Trying to use jsonschema's version support, I am unable to actually get the version number.
Here is what I did to reproduce this:
Seems like something is busted here (wheels seem to work):
The text was updated successfully, but these errors were encountered: