Skip to content
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

InvalidRequirements error #1375

Open
mosesmbadi opened this issue May 3, 2024 · 0 comments
Open

InvalidRequirements error #1375

mosesmbadi opened this issue May 3, 2024 · 0 comments
Labels

Comments

@mosesmbadi
Copy link

I have installed flower as recommended inside my virtual environment
pip install flower
next tried to run it with celery like so
celery -A service_portal_api.celery_app flower
But it keeps throwing this error

  File "/home/mbadi/chemlabs/service-portal/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/requirements.py", line 37, in __init__
    raise InvalidRequirement(str(e)) from e
pkg_resources.extern.packaging.requirements.InvalidRequirement: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    pytz (>dev)
         ~^

not sure if this is a bug or my environment issue

@mosesmbadi mosesmbadi added the bug label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant