Python Bazel builds fail on Windows
pavlos-p opened this issue · 1 comments
pavlos-p commented
Description
I am trying to execute a python test using bazel test //private_set_intersection/python:tests --test_output=all
or a benchmark using bazel run -c opt //private_set_intersection/python:benchmarks --test_output=all
but the bazel builds fail.
On my Ubuntu WSL, they work fine as intended.
How to Reproduce
- Attempt to build the test on Windows
Expected Behavior
Build to be completed successfully.
Screenshots
System Information
- OS: Microsoft Windows 10 Pro
- OS Version: 10.0.19041 Build 19041
- Language Version: Python 3.7, 3.8
- Bazel Version: Bazel 3.3.1