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

cannot load library 'libgdf.so' #117

Closed
bnu-unipus opened this issue Mar 14, 2018 · 4 comments
Closed

cannot load library 'libgdf.so' #117

bnu-unipus opened this issue Mar 14, 2018 · 4 comments

Comments

@bnu-unipus
Copy link

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

@sklam
Copy link
Contributor

sklam commented Mar 14, 2018

You will need to install https://github.com/gpuopenanalytics/libgdf.
We don't have wheels for libgdf yet, so you must install with conda. i.e. conda install -c defauls -c conda-forge -c gpuopenanalytics/label/dev libgdf libgdf_cffi

Or follow the setup instructions at https://github.com/gpuopenanalytics/pygdf#setup-with-conda for easier setup.

@bnu-unipus
Copy link
Author

thank you very much.
But another error has emerged.
"AttributeError: cffi library 'libgdf.so' has no function, constant or global variable named 'gdf_left_join_generic' "

@bnu-unipus
Copy link
Author

I use
'''
conda env update --name libgdf_dev --file ../conda_environments/builddocs_py35.yml
'''
solve the above error.

I offer my thanks again
Pygdf willing to get better and better

@kkraus14
Copy link
Collaborator

kkraus14 commented Aug 2, 2018

This seems to be resolved, closing.

@kkraus14 kkraus14 closed this as completed Aug 2, 2018
mike-wendt pushed a commit that referenced this issue Oct 26, 2018
raydouglass pushed a commit that referenced this issue Nov 7, 2023
~~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
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

3 participants