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

Brijesh Bittu brijeshb42 at gmail.com
Thu Oct 8 19:53:59 CEST 2015


pip uninstall flask-login

pip 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/fefad114/attachment.html>


More information about the Flask mailing list