-
Notifications
You must be signed in to change notification settings - Fork 919
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] AttributeError: module 'pyarrow.lib' has no attribute '_CRecordBatchReader' #7860
Comments
It appears to be that you have
|
Thanks for your answer. conda remove arrow-cpp-proc --force And got the same AttributeError as previously. |
Looks like you might be having a pyarrow 3.0.0 import pyarrow as pa
print(pa.__version__) and the following bash command output:
|
Indeed the pyarrow return: >>> import pyarrow as pa
>>> print(pa.__version__)
3.0.0 and the bash command return: /usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_cuda.so.100
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_cuda.so
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow.so.100
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_dataset.so.100.1.0
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_flight.so.100
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow.so
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_python.so.100
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_dataset.so
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_dataset.so.100
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_flight.so.100.1.0
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/python3.8/site-packages/pyarrow/includes/libarrow_flight.pxd
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/python3.8/site-packages/pyarrow/includes/libarrow_fs.pxd
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/python3.8/site-packages/pyarrow/includes/libarrow.pxd
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/python3.8/site-packages/pyarrow/includes/libarrow_dataset.pxd
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/python3.8/site-packages/pyarrow/includes/libarrow_cuda.pxd
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_python_flight.so.100.1.0
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_flight.so
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_python.so.100.1.0
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_python.so
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_cuda.so.100.1.0
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_python_flight.so.100
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow.so.100.1.0
/usr/users/intercell/projrapids20/.conda/envs/pfe/lib/libarrow_python_flight.so Is it of any help? |
Hi, |
This to me looks like a conda issue similar to this one: conda/conda#7230 Maybe try upgrading conda to the latest ? and if this issue of global package interfering with a local install raising an issue with conda would be the way forward. Closing this issue, for now, please feel free to reopen/comment if you need more help on this one. |
Hi,
I'm using cuml and cudf for a school project and I came across the following error (describe after) the error looks similar to #7224 but in my case pyarrow 1.0.1 is installed.
Describe the bug
A clear and concise description of what the bug is.
Steps/Code to reproduce bug
I installed cudf using:
and open python using
python
and try toimport cudf
inside.Expected behavior
I expect cudf to be imported.
Environment overview
Environment details
Sorry for the Cpu's description in French
I think I'm missing something obvious but I'm unable to find what.
Please let me know if you need details more about our environments.
I hope my issue isn't flooding the git
Thanks a lot!
The text was updated successfully, but these errors were encountered: