-
Notifications
You must be signed in to change notification settings - Fork 42
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
pulp-cli==0.20.0 installed using pip not compatible with click==8.1.4 #715
Comments
jakegatsby
added
bug
Something isn't working (template-set)
Triage-Needed
Needs to be reviewed at next pulp-cli mtg
labels
Jul 6, 2023
Pulp's nightly CI is also very unhappy about this. Working on a fix right now, thanks for opening the issue for me! |
We're going to need to back off to click-8.1.3, 8.1.4 and mypy linting (which we use) don't like each other much. See pallets/click#2558 for gory details. |
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 7, 2023
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 7, 2023
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
pulpcore/cli/common/generic.py
tries to do afrom click.decorators import FC, F
however it seems click==8.1.4 (released 2023-07-06) has removedF
fromdecorators.py
andpulp
throws an ImportErrorSteps to reproduce
Expected behavior
No runtime exceptions when using the pulp cli
Stacktrace/Error log
Pulp and pulp-cli version info
Additonal context
The text was updated successfully, but these errors were encountered: