Why does pip upgrade to a random version?
Could somebody please have a look at the following SO question? It seems as if I might have found a bug in pip: http://stackoverflow.com/q/28282671/562769 TL;DR of the SO question: I executed `$ sudo pip install hwrt --upgrade` mutiple times and got a - seemingly random - version of hwrt installed. Best regards, Martin
Does this happen with other packages? I wonder if perhaps the issue is with the package itself. On Wed, Feb 4, 2015 at 11:04 AM, Martin Thoma <info@martin-thoma.de> wrote:
Could somebody please have a look at the following SO question? It seems as if I might have found a bug in pip: http://stackoverflow.com/q/28282671/562769
TL;DR of the SO question: I executed `$ sudo pip install hwrt --upgrade` mutiple times and got a - seemingly random - version of hwrt installed.
Best regards, Martin
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/jdunck%40gmail.com
On Wed, Feb 4, 2015 at 1:04 PM, Martin Thoma <info@martin-thoma.de> wrote:
Could somebody please have a look at the following SO question? It seems as if I might have found a bug in pip: http://stackoverflow.com/q/28282671/562769
TL;DR of the SO question: I executed `$ sudo pip install hwrt --upgrade` mutiple times and got a - seemingly random - version of hwrt installed.
Try the pip mailing list: https://groups.google.com/forum/#!forum/pypa-dev
participants (3)
-
Brian Curtin -
Jeremy Dunck -
Martin Thoma