LunaMK

Results 4 comments of LunaMK

> tensorflow.python.framework.errors_impl.NotFoundError: ./renderer/rasterize_triangles_kernel.so: undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv > > ![image](https://user-images.githubusercontent.com/48302836/110192414-fb22ea00-7e68-11eb-85d7-7fbbdf7b8123.png) > > How can I solve this problem? Did you solve it ?

I've the same issue in colab ``` File "/usr/local/lib/python3.7/dist-packages/tensorflow/python/framework/load_library.py", line 58, in load_op_library lib_handle = py_tf.TF_LoadLibrary(library_filename) tensorflow.python.framework.errors_impl.NotFoundError: /content/gdrive/My Drive/Audio-driven-TalkingFace-HeadPose/Deep3DFaceReconstruction/tf_mesh_renderer/mesh_renderer/kernels/rasterize_triangles_kernel.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs ``` - try to change -D_GLIBCXX_USE_CXX11_ABI = 1...

> > I've the same issue in colab > > ``` > > File "/usr/local/lib/python3.7/dist-packages/tensorflow/python/framework/load_library.py", line 58, in load_op_library > > lib_handle = py_tf.TF_LoadLibrary(library_filename) > > tensorflow.python.framework.errors_impl.NotFoundError: /content/gdrive/My Drive/Audio-driven-TalkingFace-HeadPose/Deep3DFaceReconstruction/tf_mesh_renderer/mesh_renderer/kernels/rasterize_triangles_kernel.so: undefined...

@Msj5 thx for reply but I did not understand what you mean if you mean that should to install tensorflow-gpu==1.12.0 but `ERROR: Could not find a version that satisfies the...