[BUG] Installing through pip causes cuda.ccudart' has no attribute '__pyx_capi__'
#1718
Labels
cuda.ccudart' has no attribute '__pyx_capi__'
#1718
Describe the bug
When importing
rmm
I get an error:Steps/Code to reproduce bug
I did this:
Note, when following the conda installation guide, I got no problems.
Basically the conda installation was:
Hence, no problems there.
Expected behavior
It is unclear to me exactly why this happens, the best I can find is that the cython installed sources has a wrong path for the shipped
library, but I can't really see why it would be problematic since it works for conda (I suspect the installation scripts are roughly the same).
One thing that I found was this: cython/cython#3627
I believe the environment details are irrelevant here...
As this has to do with basic import statements, and nothing related to the actual environment.
I should note, we have tried this on two machines, one without GPU's, and one with a100 cards. Regardless the same error happens, so if it has to do with some env-vars not properly setup, please let us know (the
print_env.sh
didn't show anyCUDA
env vars...)The text was updated successfully, but these errors were encountered: