yiranran / Audio-driven-TalkingFace-HeadPose

Code for "Audio-driven Talking Face Video Generation with Learning-based Personalized Head Pose" (Arxiv 2020) and "Predicting Personalized Head Movement From Short Video and Speech Signal" (TMM 2022)
https://ieeexplore.ieee.org/document/9894719
721 stars 146 forks source link

build tf_mesh_renderer appear unable to load packages ? #17

Closed Adorablepet closed 4 years ago

Adorablepet commented 4 years ago
ERROR: /home/puaiuc/opensources/Audio-driven-TalkingFace-HeadPose-master/Deep3DFaceReconstruction/tf_mesh_renderer/mesh_renderer/kernels/BUILD:7:1: error loading package '@com_google_googletest//': Extension file not found. Unable to load package for '@rules_cc//cc:defs.bzl': The repository could not be resolved and referenced by '//mesh_renderer/kernels:rasterize_triangles_impl_test'
ERROR: Analysis of target '//mesh_renderer/kernels:rasterize_triangles_impl_test' failed; build aborted: error loading package '@com_google_googletest//': Extension file not found. Unable to load package for '@rules_cc//cc:defs.bzl': The repository could not be resolved
INFO: Elapsed time: 0.158s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded, 2 targets configured)
FAILED: Build did NOT complete successfully (0 packages loaded, 2 targets configured)

I compiled it on my own server. bazel version: 0.19.2 tensorflow version: 1.13.2 Both bazel and tf are source compiled. I've been troubled for a long time, I don't know how to solve it.Help me, please.Thanks.

alter-sachin commented 4 years ago

How did you resolve this ?

pipichensir commented 3 years ago

I have the same error but solved now using conda: conda install bazel then, bazel test ...