-
Notifications
You must be signed in to change notification settings - Fork 63
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
No module named pyarrow._cuda #60
Comments
Same here, I've noticed people having issues with this py_arrow previously seems like the team gradually updated versions, but v5.0 is breaking the notebook on the v21.12. `--------------------------------------------------------------------------- 5 frames /usr/local/lib/python3.7/site-packages/cuml/common/init.py in () /usr/local/lib/python3.7/site-packages/cuml/common/array.py in () /usr/local/lib/python3.7/site-packages/cudf/init.py in () /usr/local/lib/python3.7/site-packages/cudf/datasets.py in () /usr/local/lib/python3.7/site-packages/cudf/_lib/init.py in () cudf/_lib/gpuarrow.pyx in init cudf._lib.gpuarrow() ModuleNotFoundError: No module named 'pyarrow._cuda' NOTE: If your import is failing due to a missing package, you can To view examples of installing some common dependencies, click the 2 frames cudf/_lib/gpuarrow.pyx in init cudf._lib.gpuarrow() ModuleNotFoundError: No module named 'pyarrow._cuda' NOTE: If your import is failing due to a missing package, you can To view examples of installing some common dependencies, click the |
the same issue.... |
According to @taureandyernv
|
I think we fixed this in an update. closing. thanks for letting us know |
Has this bug been fixed? How can this issue be solved? |
I get this issue while importing cudf or cuml in colab after runned rapids.ai installation steps in the installation notebook.https://colab.research.google.com/drive/1rY7Ln6rEE1pOlfSHCYOVaqt8OvDO35J0#forceEdit=true&offline=true&sandboxMode=true
The text was updated successfully, but these errors were encountered: