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

chore: Latest pip 24.1 will fail to install celery #294

Closed
disaac opened this issue Jun 25, 2024 · 3 comments
Closed

chore: Latest pip 24.1 will fail to install celery #294

disaac opened this issue Jun 25, 2024 · 3 comments

Comments

@disaac
Copy link
Collaborator

disaac commented Jun 25, 2024

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:

#13 17.63     pytz (>dev)
#13 17.63          ~^
#13 17.63 Please use pip<24.1 if you need to use this version.

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

    && /env/bin/pip install --force-reinstall -v "pip==24.0" \
@disaac
Copy link
Collaborator Author

disaac commented Jul 1, 2024

@lardbit worked around with fix in PR #297

@lardbit
Copy link
Owner

lardbit commented Jul 10, 2024

Interesting new detail about pinning the specific versions. Good catch.

@lardbit
Copy link
Owner

lardbit commented Jul 11, 2024

Merged in #297

@lardbit lardbit closed this as completed Jul 11, 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