You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Thanks for your consideration!
The text was updated successfully, but these errors were encountered:
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.
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
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:
Thanks for your consideration!
The text was updated successfully, but these errors were encountered: