-
Notifications
You must be signed in to change notification settings - Fork 465
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
Cannot install ply 3.5 via pip #59
Comments
Fixed. Removed from PyPI entirely. |
@dabeaz Why? |
The whole PyPI record for PLY-3.5 is completed wrecked. I've removed it. I have no idea when or if it can even be repaired. Sorry. |
Are you using |
Doesn't work. Claims that the filename is in use. Creating tar archive Oh well. No PLY for PyPI. |
Strange. If you were uploading the files a different way, perhaps it's a bug in pypi so it still has the file cached somewhere. Or maybe the file was associated with a previous release on accident? It doesn't show up in the simple index though (https://pypi.python.org/simple/ply/). Would recommend contacting the pypi admins then, it would be a shame if we weren't able to install it easily via pip. Looks like you can do so via http://sourceforge.net/p/pypi/support-requests/ |
I don't have the time to go chase down some bizarre PyPI issue on this. Will leave PLY-3.5 hosted on the PLY website for a little while for people to try if they want. Will roll a PLY-3.6 release in a week or so (and hope that ply-3.6.tar.gz is actually available). |
Puts on PyPI Maintainer Hat So the reason you get the error message "This filename has previously been usd, you should use a different version" is because once you upload a file PyPI doesn't let you re-upload that same file (even with a different name). This is to prevent people from silently changing what a version means long after it's been released. As to what caused the issue to begin with, I'm not sure since I can't see what state 3.5 was in now that it's been deleted. If you get PyPI in a weird state for 3.6 I'd love it if you could ping me before deleting it so I can take a look and figure out what happened and figure it out. |
For uploading Also, uploading to testPyPI before can diagnose whether it will work (though testPyPI behaves exactly like PyPI, in that it doesn't allow re-uploading a binary for a given version). #206 is the relevant issue of PyPI describing the change that prevented re-uploading. |
@dstufft unless I misunderstood, I believe he ran the |
No. I re-registered the project from scratch, tried the upload again and it was still failing. I then gave up and just deleted the whole PLY-3.5 release. Will worry about this issue later. |
In that case then |
Nope. It doesn't. I already tried the "delete the whole release and start over" approach and it failed. |
|
Oh interesting, I had done it as recently as a few months ago, but obviously this has changed since then. |
Error message is:
The text was updated successfully, but these errors were encountered: