Closed GoogleCodeExporter closed 9 years ago
I just tried this and it worked for me (see below). I wonder if this is a
version thing? What OS? What does pip --version report? What about python
--version?
Yoho:t ej$ ./venv/bin/pip install python-keyczar
Downloading/unpacking python-keyczar
Downloading python-keyczar-0.71c.tar.gz (237kB): 237kB downloaded
Running setup.py egg_info for package python-keyczar
(truncated)
Original comment by e...@evanjones.ca
on 20 Sep 2013 at 1:46
Sorry I forgot to mention that it's due to the backward incompatible release of
pip 1.4 that introduces the --pre option.
http://www.pip-installer.org/en/latest/news.html#changelog
Original comment by mmeri...@gmail.com
on 20 Sep 2013 at 2:04
Again, pip 1.4 was released on 2013-07-23 over 1 year ago. Are there any plans
to fix the versioning scheme to make python-keyczar installable by the standard
python packaging tools without requiring the --pre option?
Original comment by mmeri...@gmail.com
on 6 Aug 2014 at 6:54
I know it's not a real fix, but a workaround is to put something like the
following in your `/etc/pip.conf` or `~/.pip/pip.conf`::
[install]
pre = true
Original comment by kurtbe...@gmail.com
on 1 Jan 2015 at 6:16
https://code.google.com/r/devin60070-keyczar/source/detail?r=c9fb45ecd18d2c867e7
6e016df3581d1ee24c5ff
Needs review (and since I am no longer have permissions, will also need pushing
and updating of the tar)
Original comment by devin60...@gmail.com
on 1 Jan 2015 at 9:27
Fixed this and bumped the version for python. I don't have permission to upload
the tar file. Shawn, want me to send the tar to you or do you want to give me
admin permissions?
Original comment by devin60...@gmail.com
on 14 Jan 2015 at 7:48
Original issue reported on code.google.com by
mmeri...@gmail.com
on 20 Sep 2013 at 4:41