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

No module named pyarrow._cuda #60

Closed
CedrickArmel opened this issue Feb 16, 2022 · 5 comments
Closed

No module named pyarrow._cuda #60

CedrickArmel opened this issue Feb 16, 2022 · 5 comments

Comments

@CedrickArmel
Copy link

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

@githendumukiri
Copy link

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.

`---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import cuml

5 frames
/usr/local/lib/python3.7/site-packages/cuml/init.py in ()
15 #
16
---> 17 from cuml.common.base import Base
18 from cuml.common.handle import Handle
19 import cuml.common.cuda as cuda

/usr/local/lib/python3.7/site-packages/cuml/common/init.py in ()
15 #
16
---> 17 from cuml.common.array import CumlArray
18 from cuml.common.array_sparse import SparseCumlArray
19

/usr/local/lib/python3.7/site-packages/cuml/common/array.py in ()
23 # rapidsai/cuml#4332
24 # from rmm import DeviceBuffer
---> 25 from cudf import DataFrame
26 from cudf import Series
27 from cudf.core.buffer import Buffer

/usr/local/lib/python3.7/site-packages/cudf/init.py in ()
10
11 from cudf.api.types import dtype
---> 12 from cudf import api, core, datasets, testing
13 from cudf._version import get_versions
14 from cudf.api.extensions import (

/usr/local/lib/python3.7/site-packages/cudf/datasets.py in ()
3
4 import cudf
----> 5 from cudf._lib.transform import bools_to_mask
6 from cudf.core.column_accessor import ColumnAccessor
7

/usr/local/lib/python3.7/site-packages/cudf/_lib/init.py in ()
2 import numpy as np
3
----> 4 from . import (
5 avro,
6 binaryop,

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
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import cudf

2 frames
/usr/local/lib/python3.7/site-packages/cudf/_lib/init.py in ()
2 import numpy as np
3
----> 4 from . import (
5 avro,
6 binaryop,

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
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------`

@triper1022
Copy link

the same issue....

@githendumukiri
Copy link

According to @taureandyernv

rapidsai/cudf#10187. We weren't the only packages affected by it. Today, as Colab doesn't support the latest RAPIDS stable, we recommend transitioning to SageMaker Studio Lab. A notice will go out soon, along with a blog, but if you'd like, please try out the capability here:
https://github.com/rapidsai-community/rapids-smsl
You will need a SageMaker Studip Lab account to begin. All that information is in the readme. Hope this helps.

@taureandyernv
Copy link
Collaborator

I think we fixed this in an update. closing. thanks for letting us know

@J0hnArren
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants