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

Require click as a wheel dependency #719

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

jakirkham
Copy link
Member

Fixes #703

Trying to import cucim results in import click, which fails if click is not installed. This was encountered recently by a user that tested out the cuCIM wheel packages.

The Conda packages already solve this by adding click to requirements/run. So this makes an equivalent change to the wheel packages.

Should fix user install issues.

@jakirkham jakirkham added bug Something isn't working non-breaking Introduces a non-breaking change labels Apr 2, 2024
@jakirkham jakirkham requested review from a team as code owners April 2, 2024 21:42
Trying to `import cucim` results in `import click`, which fails if
`click` is not installed. This was encountered recently by a user that
tested out the cuCIM wheel packages.

The Conda packages already solve this by adding `click` to
`requirements/run`. So this makes an equivalent change to the wheel
packages.

Should fix user install issues.
@jakirkham jakirkham force-pushed the req_click_run_whl branch from 99cc26f to 4bfbb0e Compare April 2, 2024 21:44
Copy link
Contributor

@grlee77 grlee77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @jakirkham, LGTM!

Copy link
Contributor

@gigony gigony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jakirkham! Looks good to me!

@jakirkham
Copy link
Member Author

/merge

@jakirkham
Copy link
Member Author

Ran into a network error in one job. Mentioned in this upstream issue ( conda/infrastructure#906 (comment) ). Have also restarted it

@rapids-bot rapids-bot bot merged commit 2a06d5c into rapidsai:branch-24.04 Apr 2, 2024
47 checks passed
@jakirkham jakirkham deleted the req_click_run_whl branch April 2, 2024 23:39
@jakirkham
Copy link
Member Author

Thanks all! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] click is listed only in test requirements but is a required in order to use cucim.clara
4 participants