Flower: Installing from PYPI and setup installs tornado 6.0.1

Created on 7 Mar 2019  路  2Comments  路  Source: mher/flower

When installing flower==0.9.2 from PYPI its installing tornado-6.0.1.
I see in the code base we have the condition to install tornado version less than 6.0.0.
When trying to install from git repo code base it seems to be fine.
Thanks.

Most helpful comment

In requirements of release 0.9.2 there is "tornado>=4.2.0"
https://github.com/mher/flower/blob/v0.9.2/requirements/default.txt

So you should add
tornado>=4.2.0,<6.0.0
in you project or install flower via git repo.

And maintainer of flower should release new flower with requirements fix.
https://github.com/mher/flower/issues/878#issuecomment-469195853

All 2 comments

In requirements of release 0.9.2 there is "tornado>=4.2.0"
https://github.com/mher/flower/blob/v0.9.2/requirements/default.txt

So you should add
tornado>=4.2.0,<6.0.0
in you project or install flower via git repo.

And maintainer of flower should release new flower with requirements fix.
https://github.com/mher/flower/issues/878#issuecomment-469195853

A new flower version has been uploaded to pypi

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kkzxak47 picture kkzxak47  路  8Comments

davschne picture davschne  路  6Comments

ckcollab picture ckcollab  路  8Comments

vahdani picture vahdani  路  5Comments

Joe-Heffer-Shef picture Joe-Heffer-Shef  路  4Comments