Hi, We are seeing the following errors in Heron jobs after Bazel is installed (https://ci-builds.apache.org/job/Heron/view/daily-test/job/test_unit-test/86/console). It seems like python3-venv and ensurepip are missing. What should we do about them?
Thanks in advance! Bazel is now installed! Make sure you have "/home/jenkins/bin" in your path. You can also activate bash completion by adding the following line to your : source /home/jenkins/.bazel/bin/bazel-complete.bash See http://bazel.build/docs/getting-started.html to start a new project! The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt-get install python3-venv You may need to use sudo with that command. After installing the python3-venv package, recreate your virtual environment. Failing command: ['/tmp/user/910/tmpcf1l5qh1/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']