We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb31bc commit 1da999dCopy full SHA for 1da999d
py/setup.py
@@ -46,6 +46,8 @@ def is_exe(fpath):
46
47
BAZEL_EXE = which("bazel")
48
49
+if BAZEL_EXE is None:
50
+ sys.exit("Could not find bazel in PATH")
51
52
def build_libtrtorch_pre_cxx11_abi(develop=True, use_dist_dir=True, cxx11_abi=False):
53
cmd = [BAZEL_EXE, "build"]
0 commit comments