[Flask] How to downgrade flask-login to earlier version?

Jim Icenhower jicenhower at yahoo.com
Thu Oct 8 22:41:04 CEST 2015


That did it. Thanks! Jim
      From: Brijesh Bittu <brijeshb42 at gmail.com>
 To: Dorian Hoxha <dorian.hoxha at gmail.com> 
Cc: Jim Icenhower <jicenhower at yahoo.com>; "flask at python.org" <flask at python.org> 
 Sent: Thursday, October 8, 2015 12:53 PM
 Subject: Re: [Flask] How to downgrade flask-login to earlier version?
   
pip uninstall flask-loginpip install flask-login==0.2.11
On Thu, Oct 8, 2015 at 8:16 PM, Dorian Hoxha <dorian.hoxha at gmail.com> wrote:

Can you search how to install specific version of package in pip ?

On Thu, Oct 8, 2015 at 4:41 PM, Jim Icenhower via Flask <flask at python.org> wrote:

Hi,I'm using Pycharm as my IDE. The current version of flask-login (0.3.1) that I have installed is not compatible with the apps I've built in flask-appbuilder so I need to downgrade back to version 0.2.11. Pycharm doesn't list any earlier versions of flask-login in it's package manager so I think I have to use pip or easy-install but I don't know how to specify a version. Can anyone tell me how or point me to some help?
Thanks! Jim
_______________________________________________
Flask mailing list
Flask at python.org
https://mail.python.org/mailman/listinfo/flask






_______________________________________________
Flask mailing list
Flask at python.org
https://mail.python.org/mailman/listinfo/flask





  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20151008/06961a9b/attachment-0001.html>


More information about the Flask mailing list