Skip to content

Empty version number, when downloading pandas as zip archive #5495

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

Closed
sfinkens opened this issue Nov 12, 2013 · 1 comment · Fixed by #5739
Closed

Empty version number, when downloading pandas as zip archive #5495

sfinkens opened this issue Nov 12, 2013 · 1 comment · Fixed by #5739
Milestone

Comments

@sfinkens
Copy link

When you download the current master as zip archive from github.com, assigning a version number fails (empty string). As a consequence, packages depending on pandas (e.g. statsmodels) will fail to build as well.
I assume, the reason is the following: The version number is determined using git, but since the downloaded archive is not a git repository, this action fails and the version number remains an empty string.

I dont't think, this should be changed, but it would be helpful, if you added a node in the installation instruction, e.g. for people intending to install pandas on a machine without internet connection (like me ;)).

@ghost
Copy link

ghost commented Dec 19, 2013

@Funkensieper sorry for the long delay. You're completely right, that's bad behaviour.
Will merge PR starting the next release cycle in a few days, which will give you
a version string of the form "0.13.0.dev" if git (or .git) aren't available.

This issue was closed.
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

Successfully merging a pull request may close this issue.

1 participant