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

flask imported in clients #5788

Closed
rcarpa opened this issue Aug 9, 2022 · 0 comments
Closed

flask imported in clients #5788

rcarpa opened this issue Aug 9, 2022 · 0 comments
Assignees
Milestone

Comments

@rcarpa
Copy link
Contributor

rcarpa commented Aug 9, 2022

Motivation

Traceback (most recent call last):
  File "/var/home/dchristidis/.local/bin/rucio", line 52, in <module>
    from rucio.rse.protocols.protocol import RSEProtocol
  File "/var/home/dchristidis/.local/lib/python3.10/site-packages/rucio/rse/__init__.py", line 20, in <module>
    from rucio.rse import rsemanager
  File "/var/home/dchristidis/.local/lib/python3.10/site-packages/rucio/rse/rsemanager.py", line 26, in <module>
    from rucio.common.logging import formatted_logger
  File "/var/home/dchristidis/.local/lib/python3.10/site-packages/rucio/common/logging.py", line 25, in <module>
    from flask import has_request_context, request
ModuleNotFoundError: No module named 'flask'
@rcarpa rcarpa added the bug label Aug 9, 2022
@rcarpa rcarpa self-assigned this Aug 9, 2022
@rcarpa rcarpa added the Clients label Aug 9, 2022
@bari12 bari12 closed this as completed in 2fe7708 Aug 11, 2022
bari12 added a commit that referenced this issue Aug 11, 2022
…clients

Clients: don't import flask in clients. Closes #5788
@bari12 bari12 added this to the 1.29.2.post1 milestone Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants