tensorflow / compression

Data compression in TensorFlow
Apache License 2.0
850 stars 248 forks source link

tensorflow.python.framework.errors #93

Closed hgcewad754 closed 2 years ago

hgcewad754 commented 3 years ago

Describe the bug tensorflow.python.framework.errors_impl.NotFoundError: path/tensorflow_compression/python/ops/../../cc/libtensorflow_compression.so: cannot open shared object file: No such file or directory

Expected behavior A clear and concise description of what you expected to happen.

System (please complete the following information):

Thx

jonycgn commented 3 years ago

Hi, could you please confirm that you have installed (via pip list -v):

tensorflow 2.5.0 tensorflow-compression 2.2

Also, please confirm that your current directory (pwd) is not inside the cloned Github repository while you are trying to import tensorflow-compression.

Thanks

jonycgn commented 2 years ago

Closing this issue since there hasn't been a reply.