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

Pin pip<24.3 in global constraints #458

Closed
4 tasks done
UsamaSadiq opened this issue Oct 28, 2024 · 0 comments
Closed
4 tasks done

Pin pip<24.3 in global constraints #458

UsamaSadiq opened this issue Oct 28, 2024 · 0 comments
Assignees

Comments

@UsamaSadiq
Copy link
Member

UsamaSadiq commented Oct 28, 2024

Description

pip>=24.3 is causing requirements files paths to be extended like this:

/Users/usama.sadiq/Desktop/edx/video-encode-manager/requirements/constraints.txt

We need to pin pip<24.3 globally to resolve this issue.

Context

pip==24.3 caused an issue in resolving nested dependencies in requirement files (was able to reproduce reported error locally) and pip==24.3.1 was released to fix this but is causing this issue on our end.
Tried pinning pip<24.3 locally and the issue was fixed.

A/C

Preview Give feedback
@UsamaSadiq UsamaSadiq moved this to In Progress in Arbi-BOM Oct 28, 2024
@UsamaSadiq UsamaSadiq moved this from In Progress to Done in Arbi-BOM Nov 12, 2024
@UsamaSadiq UsamaSadiq closed this as completed by moving to Done in Arbi-BOM Nov 12, 2024
@jristau1984 jristau1984 moved this from Done to Done - Long Term Storage in Arbi-BOM Dec 2, 2024
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

No branches or pull requests

2 participants