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

Resolve python3 dependency versions #10909

Closed
vkuznet opened this issue Nov 30, 2021 · 0 comments · Fixed by #10910
Closed

Resolve python3 dependency versions #10909

vkuznet opened this issue Nov 30, 2021 · 0 comments · Fixed by #10910
Assignees

Comments

@vkuznet
Copy link
Contributor

vkuznet commented Nov 30, 2021

Impact of the bug
The python dependencies listed requirements_py3.txt should be properly fixed to find all working versions.

Describe the bug
running python3 -m pip install -r requirements_py3.txt yields the following output

| The conflict is caused by:
|     rucio-clients 1.25.5 depends on requests<=2.25.0 and >=2.20.0
|     sphinx 4.0.3 depends on requests>=2.5.0
|     cmscouchapp 1.3.2 depends on requests==2.25.1

How to reproduce it

python3 -m pip install -r requirements_py3.txt

Expected behavior
I expect that all listed dependencies should be properly resolved. At the moment I have no clue which versions of listed dependencies are required for WMCore services and it will be best if experts provide correct list of them.

Additional context and error message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants