Closed pbrady32 closed 4 years ago
@pbrady32 it looks like you have another installed pyarrow so it's not using the one in your conda environment: /home/pgbrady/.local/lib/python3.6/site-packages/pyarrow/
I'd expect to see /home/pgbrady/.conda/envs/cudftest/lib/python3.6/site-packages/pyarrow/
instead if it was using the one from your conda environment.
Maybe try purging it with pip uninstall pyarrow
and then using conda to reinstall it?
Noted in community slack that this is resolved by my message above.
Describe the bug I'm using an HPC cluster at work (CentOS 7.7) that is managed by the SLURM workload manager.
When attempting to import CUDF, I receive the following error:
Steps/Code to reproduce bug
Started with fresh Conda env and ran following code. No other commands run to set up environment:
conda install -c rapidsai -c nvidia -c numba -c conda-forge cudf=0.14 python=3.6 cudatoolkit=10.1
Expected behavior cudf should import without error
Environment overview (please complete the following information)
Environment details
Click here to see environment details
Additional context When I run the
python
command it seems odd that[GCC 7.5.0] on linux
is presented on startup of the Python prompt.