yerfor / GeneFace

GeneFace: Generalized and High-Fidelity 3D Talking Face Synthesis; ICLR 2023; Official code
MIT License
2.51k stars 294 forks source link

/usr/bin/ld: cannot find -ltensorflow_framework #53

Closed hannahgym closed 1 year ago

hannahgym commented 1 year ago

install_guide_lrs3.md > when I run

bazel build //kernels:rasterize_triangles_kernel

I got the following error; could you plz guide how to fix? very much appreciate.

rc/main/tools/process-tools.cc:118: sigaction(32, &sa, nullptr) failed src/main/tools/process-tools.cc:118: sigaction(33, &sa, nullptr) failed /usr/bin/ld: cannot find -ltensorflow_framework collect2: error: ld returned 1 exit status src/main/tools/linux-sandbox-pid1.cc:437: waitpid returned 2 src/main/tools/linux-sandbox-pid1.cc:457: child exited with code 1 src/main/tools/linux-sandbox.cc:204: child exited normally with exitcode 1 Target //kernels:rasterize_triangles_kernel failed to build

hannahgym commented 1 year ago

solved following the ln cmd you pointed to it already. thanks.