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

Regression from #6490 #6577

Closed
dchristidis opened this issue Mar 18, 2024 · 1 comment · Fixed by #6579
Closed

Regression from #6490 #6577

dchristidis opened this issue Mar 18, 2024 · 1 comment · Fixed by #6579
Assignees
Milestone

Comments

@dchristidis
Copy link
Contributor

Description

As reported on Mattermost:

Traceback (most recent call last):
  File "/usr/local/bin/rucio", line 39, in <module>
    from rucio.client import Client
  File "/usr/local/lib/python3.9/site-packages/rucio/client/__init__.py", line 16, in <module>
    from .client import Client  # noqa: F401
  File "/usr/local/lib/python3.9/site-packages/rucio/client/client.py", line 30, in <module>
    from rucio.client.metaconventionsclient import MetaConventionClient
  File "/usr/local/lib/python3.9/site-packages/rucio/client/metaconventionsclient.py", line 24, in <module>
    from rucio.db.sqla.constants import KeyType
ModuleNotFoundError: No module named 'rucio.db'

Steps to reproduce

Use the RC Rucio client, with any subcommand.

Rucio Version

40.0.0rc2

Additional Information

No response

@voetberg
Copy link
Contributor

Took me a second to figure out how this happened. For the future, is there a good suite of tests for client only mode?

@bari12 bari12 added this to the 34.0.0 milestone Mar 19, 2024
@bari12 bari12 closed this as completed Mar 19, 2024
@dchristidis dchristidis linked a pull request Mar 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants