Open mithro opened 4 years ago
From https://github.com/google/verible/pull/342#issuecomment-653420870_
apt-get install python-gflags # fails on Ubuntu 20.04 LTS (Focal Fossa) google/python-gflags#44 apt-get install -y bazel build-essential gcc g++ file lsb-release python-gflags wget E: Unable to locate package python-gflags
apt-get install python-gflags
apt-get install -y bazel build-essential gcc g++ file lsb-release python-gflags wget
We can probably solve this by instead installing python-gflags using pip.
According to the front-page: https://github.com/google/python-gflags
this should now be part of absl: https://github.com/abseil/abseil-py
Fixed by https://github.com/google/verible/commit/a1f54754ba26815bbfddf0280e9cb165f2b9d579 ?
From https://github.com/google/verible/pull/342#issuecomment-653420870_