-
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
cannot load library 'libgdf.so' #117
Comments
You will need to install https://github.com/gpuopenanalytics/libgdf. Or follow the setup instructions at https://github.com/gpuopenanalytics/pygdf#setup-with-conda for easier setup. |
thank you very much. |
I use I offer my thanks again |
This seems to be resolved, closing. |
~~I think this test is flaky because this test uses `locals().get` to randomly select a test DataFrame which may not be safe if this test is being run in parallel~~ After iterating on this test in pandas, this test generates DataFrame testing scenarios randomly, but a particular random combination always fails. xref rapidsai/cudf-private#110 Authors: - Matthew Roeschke (https://github.com/mroeschke) Approvers: - Bradley Dice (https://github.com/bdice) URL: rapidsai/cudf-private#117
wen i use
python setup.py install
python setup.py build
install and build pygdf.
then,run py.test
an OSError exist:
cannot load library 'libgdf.so': libgdf.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: