-
Notifications
You must be signed in to change notification settings - Fork 79
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
chore: Latest pip 24.1 will fail to install celery #294
Comments
disaac
added a commit
that referenced
this issue
Jul 1, 2024
* Installing pip 24.0 to avoid build failure see [pypa/pip#12063](pypa/pip#12063) * FIxes Issue #294 Issue: #294
This was referenced Jul 1, 2024
Interesting new detail about pinning the specific versions. Good catch. |
Merged in #297 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During some testing on my fork I noticed the Dockerfile for nefarious doesnt specify the version of pip and will fail on build with the following:
This is due to pypa/pip#12063
To address this temporarily on my build I pinned the pip version in the Dockerfile. Ideally a newer celery package will be used that utilizes the updated specifier for >24.0 pip
The text was updated successfully, but these errors were encountered: