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

Fix psycopg dependency install in dev container #376

Open
rdimaio opened this issue Feb 20, 2025 · 0 comments
Open

Fix psycopg dependency install in dev container #376

rdimaio opened this issue Feb 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rdimaio
Copy link
Contributor

rdimaio commented Feb 20, 2025

Raised by @mlassnig during the 2025-02-20 Rucio meeting: when resetting the database, there's a psycopg issue, which requires a manual pip install psycopg[binary,pool] to be fixed.

-r /tmp/rucio/etc/pip-requires -r /tmp/rucio/etc/pip-requires-test psycopg2-binary ; \
- likely this needs to be changed to install psycopg[binary,pool] instead

Though in theory /tmp/rucio/requirements/requirements.dev.txt should be present, so this shouldn't be entered in the first place

@rdimaio rdimaio added the bug Something isn't working label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant