Deep3DFaceReconstruction icon indicating copy to clipboard operation
Deep3DFaceReconstruction copied to clipboard

Build did NOT complete successfully: BAZEL TEST FAILD NEW ISSUE

Open rezowan099 opened this issue 4 years ago • 3 comments

Hey, this is a really good work. I really appropriate it. But somehow I got stuck on "bazel test". It will be really helpful if someone can suggest a possible solution for the following issue: Screenshot from 2022-01-18 18-11-29 Thanks for your consideration!

rezowan099 avatar Jan 18 '22 17:01 rezowan099

Hi , I have the same problem as you, I wonder if your problem has been solved.

lhh753159 avatar Sep 07 '22 06:09 lhh753159

I have solved this problem by first making sure to install bazel with conda and replacing $(PYTHON) with python in the BUILD file. If your g++ version is later than 5.4, you don't need to add the line specified by the author.

image

skiler163 avatar Mar 09 '23 07:03 skiler163

If errors still occur, you may need to clear the bazel cache by executing the following command: rm -rf ~./.cache/bazel

If the gcc version is 14 or later, run the following command to configure the.bazelrc file in the /home/username/ folder: vi. bazelrc; Write this statement: build --cxxopt=-std=c++14

skiler163 avatar Mar 09 '23 08:03 skiler163