Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build did NOT complete successfully: BAZEL TEST FAILD NEW ISSUE #193

Open
rezowan099 opened this issue Jan 18, 2022 · 3 comments
Open

Build did NOT complete successfully: BAZEL TEST FAILD NEW ISSUE #193

rezowan099 opened this issue Jan 18, 2022 · 3 comments

Comments

@rezowan099
Copy link

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!

@lhh753159
Copy link

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

@skiler163
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants