-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh installation of 2.0.1 seems broken #1320
Comments
I'm not able to reproduce this. Version |
The problem persists here. Are you installing via Poetry in your testing? |
I tried with pipenv |
getting error |
I have the same issue, @krupakar1329 - did you solve it? |
Added Flower to a Django app via
poetry add flower
. venv is properly activated. Everything else in the project works exactly as expected.Flower Package is present and accounted for:
That very same
site-packages
directory IS included in thesys.path
of the very same interpreter binary that is executing everything else in the venv.Output from the attempt at printing a bug report:
Immediate crash when I try to run Flower:
I've wiped out the venv and all pycache folders and .pyc files repeatedly. I always wind up in this state again after
poetry install
. Wiped out the entire repository and cloned it over from scratch. Somehow, Flower gets installed in the same place as every other working dependency, yet is not actually usable in any way.Downgrading from 2.0.1 to 2.0.0 seems to make it work.
The text was updated successfully, but these errors were encountered: