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

import dirt error #22

Closed
willfu opened this issue May 12, 2019 · 1 comment
Closed

import dirt error #22

willfu opened this issue May 12, 2019 · 1 comment

Comments

@willfu
Copy link

willfu commented May 12, 2019

import dirt
Traceback (most recent call last):
File "", line 1, in
File "/home/will/dirt/dirt/init.py", line 2, in
from rasterise_ops import rasterise, rasterise_batch
File "/home/will/dirt/dirt/rasterise_ops.py", line 7, in
_rasterise_module = tf.load_op_library(_lib_path + '/librasterise.so')
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home/will/dirt/dirt/librasterise.so: undefined symbol: _ZN10tensorflow7strings8internal9CatPiecesB5cxx11ESt16initializer_listIN4absl11string_viewEE

after pip install to import dirt, the errors as above
env:python 2.7, tensorflow is 1.13.1 gpu version, thanks.

@pmh47
Copy link
Owner

pmh47 commented May 13, 2019

This is a duplicate of #10, see the last two comments on that issue for the cause and solution.

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

2 participants