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 libcudf.so due to libNVStrings.so: undefined symbol #1231

Closed
alexqdh opened this issue Mar 19, 2019 · 3 comments
Closed
Labels
bug Something isn't working Python Affects Python cuDF API.

Comments

@alexqdh
Copy link

alexqdh commented Mar 19, 2019

Describe the bug
Install cudf from pip, and it failed when I import cudf
Following is the detail:
cudf-cuda100-0.5.1
nvstrings 0.3.0.post1
nvstrings-cuda100 0.3.0.post1
pyarrow-0.12.0
python36
cuda10

Steps/Code to reproduce bug

>>> import cudf
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.6/site-packages/cudf/__init__.py", line 2, in <module>
    from cudf import dataframe
  File "/usr/local/lib/python3.6/site-packages/cudf/dataframe/__init__.py", line 1, in <module>
    from cudf.dataframe import (buffer, dataframe, series,
  File "/usr/local/lib/python3.6/site-packages/cudf/dataframe/dataframe.py", line 21, in <module>
    from cudf import formatting, _gdf
  File "/usr/local/lib/python3.6/site-packages/cudf/_gdf.py", line 13, in <module>
    from libgdf_cffi import ffi, libgdf
  File "/usr/local/lib/python3.6/site-packages/libgdf_cffi/__init__.py", line 35, in <module>
    libgdf_api = ffi.dlopen(_get_lib_name())
OSError: cannot load library '/usr/local/lib/python3.6/site-packages/libcudf.so': /usr/local/lib/python3.6/site-packages/libNVStrings.so: undefined symbol: _ZN3rmm6Logger6recordENS0_10MemEvent_tEiPvNSt6chrono10time_pointINS3_3_V212system_clockENS3_8durationIlSt5ratioILl1ELl1000000000EEEEEESB_mmmP11CUstream_stNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj
@alexqdh alexqdh added Needs Triage Need team to review and classify bug Something isn't working labels Mar 19, 2019
@kkraus14
Copy link
Collaborator

This will be resolved in the 0.6 release, it's grabbing too new of a version of NVStrings currently.

@kkraus14 kkraus14 added Python Affects Python cuDF API. and removed Needs Triage Need team to review and classify labels Mar 22, 2019
@harrism
Copy link
Member

harrism commented Apr 2, 2019

@kkraus14 is this fixed?

@kkraus14
Copy link
Collaborator

This is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Python Affects Python cuDF API.
Projects
None yet
Development

No branches or pull requests

3 participants