Giter Club home page Giter Club logo

Comments (5)

mher avatar mher commented on June 6, 2024

I'm not able to reproduce this. Version 2.0.1 works in a new virtual environment

from flower.

nathan-mill avatar nathan-mill commented on June 6, 2024

The problem persists here. Are you installing via Poetry in your testing?

from flower.

mher avatar mher commented on June 6, 2024

I tried with pipenv

from flower.

krupakar1329 avatar krupakar1329 commented on June 6, 2024

getting error Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/tornado/http1connection.py", line 276, in _read_message delegate.finish() File "/usr/local/lib/python3.11/site-packages/tornado/routing.py", line 268, in finish self.delegate.finish() File "/usr/local/lib/python3.11/site-packages/tornado/web.py", line 2395, in finish self.execute() File "/usr/local/lib/python3.11/site-packages/tornado/web.py", line 2417, in execute self.handler = self.handler_class( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/flower/views/auth.py", line 86, in __new__ return instantiate(options.auth_provider or NotFoundErrorHandler, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/celery/utils/imports.py", line 48, in instantiate return symbol_by_name(name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kombu/utils/imports.py", line 59, in symbol_by_name module = imp(module_name, package=package, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named '"flower'
in kubernetes environment setup with Github as oauth.
spec: containers: - args: - flower - --url_prefix=core/monitor - --auth_provider="flower.views.auth.GithubLoginHandler" - --auth=".*@domain.com" command: - celery env: - name: FLOWER_OAUTH2_KEY value: xxx - name: FLOWER_OAUTH2_SECRET value: xxx - name: FLOWER_OAUTH2_REDIRECT_URI value: xxx

from flower.

ericmeadows avatar ericmeadows commented on June 6, 2024

I have the same issue, @krupakar1329 - did you solve it?

from flower.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.