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

[BUG] rmm cannot be imported python -Werror #1730

Closed
hoxbro opened this issue Nov 18, 2024 · 2 comments
Closed

[BUG] rmm cannot be imported python -Werror #1730

hoxbro opened this issue Nov 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@hoxbro
Copy link

hoxbro commented Nov 18, 2024

Describe the bug
I can't import rmm when a warning is set to always. This is a problem because I run pytest with filterwarning="always", likely I can set a ignore for the warning. But I would at least raise it here.
Image

Steps/Code to reproduce bug
Run the following python -Werror -c "import rmm"

Expected behavior
A clear and concise description of what you expected to happen.

Environment details (please complete the following information):

  • Environment location:Bare-metal
  • Method of RMM install: conda
  • Please run and attach the output of the rmm/print_env.sh script to gather relevant environment details

Additional context
Add any other context about the problem here.

@hoxbro hoxbro added ? - Needs Triage Need team to review and classify bug Something isn't working labels Nov 18, 2024
@vyasr
Copy link
Contributor

vyasr commented Nov 18, 2024

We're tracking this issue in rapidsai/build-planning#117, we'll need to make a fix that works for both newer and older versions of cuda-python.

@bdice
Copy link
Contributor

bdice commented Jan 16, 2025

We now require a new version of cuda-python that does not issue the deprecation warnings. (These changes were needed for Cython / ABI reasons, not solely due to the deprecation warnings.)

Relevant PRs: #1751, #1756, #1768.

Please let us know if anything else is needed!

@bdice bdice closed this as completed Jan 16, 2025
@github-project-automation github-project-automation bot moved this from To-do to Done in RMM Project Board Jan 16, 2025
@bdice bdice removed the ? - Needs Triage Need team to review and classify label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants