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] Raft import changed #2727

Closed
jnke2016 opened this issue Sep 23, 2022 · 0 comments · Fixed by #2729
Closed

[BUG] Raft import changed #2727

jnke2016 opened this issue Sep 23, 2022 · 0 comments · Fixed by #2729
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@jnke2016
Copy link
Contributor

Describe the bug
The new raft conda packages recently deployed are a breaking change for cuGraph as it substitutes raft with raft-dask and pylibraft. This breaks the way raft is currently imported as it can be observed from the error traceback below

>>> import raft
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'raft'

The new way of importing raft is described as below

>>> import raft_dask
>>> 

This change affect couple raft utils currently used by cugraph like the default_client, raftComms, get_raft_comm_state, and get_client

@jnke2016 jnke2016 added ? - Needs Triage Need team to review and classify bug Something isn't working labels Sep 23, 2022
@github-actions github-actions bot added this to Needs prioritizing in Bug Squashing Sep 23, 2022
Bug Squashing automation moved this from Needs prioritizing to Closed Sep 27, 2022
rapids-bot bot pushed a commit that referenced this issue Sep 27, 2022
This PR updates the way `raft` is imported following changes on the `raft` new conda packages.

closes #2727

Authors:
  - Joseph Nke (https://github.com/jnke2016)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)
  - Brad Rees (https://github.com/BradReesWork)

URL: #2729
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant