-
-
Notifications
You must be signed in to change notification settings - Fork 934
GitPython 0.3.1 is not installable from PyPI anymore #27
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
On Sun, Jul 10, 2011 at 12:16 PM, mike-perdide <
pip install GitPython==0.3.1 But you're right it was removed. Not sure why. Hopefully they'll put it Michael Trier |
Yes, my bad : % pip install GitPython==0.3.1
Downloading/unpacking GitPython==0.3.1
Could not find a version that satisfies the requirement GitPython==0.3.1 (from versions: )
No distributions matching the version for GitPython==0.3.1 In my experience, this is not a PyPI issue, I guess whoever uploaded the new release also deleted the older one. |
On Sun, Jul 10, 2011 at 4:55 PM, mike-perdide <
|
Actually I didn't change any older versions, its all as it was (but maybe Michael already fixed something). Nonetheless, I think one now has to specify the whole version, i.e. the following works:
Maybe the installers are confusing the '-' and '.' characters somehow, as RC1 uses a period character, whereas the previous versions use a dash. Please try that, and let me know if it works for you, and using pip. |
Alright, I thought I was relying on 0.3.1 before and not 0.3.1-beta2, probably because I was parsing : |
Thinking about it, it might even be that I previously did some manual magic to get the -beta2 tag into pypi, which doesn't seem like such a good idea in retrospect :( . I intend to get 0.3.2 to obtain release status this time, so there will be one stable version in the 0.3 branch, finally. |
I think PyPI is enforcing PEP386 on version numbers (see http://www.python.org/dev/peps/pep-0386/). |
GitPython 0.3.1 can't be installed anymore, causing dependencies problem for softwares relying on that version of GitPython :
% pip install git-python==0.3.1 Downloading/unpacking git-python==0.3.1 Could not find any downloads that satisfy the requirement git-python==0.3.1 No distributions at all found for git-python==0.3.1
The text was updated successfully, but these errors were encountered: