Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis build fails on Ubuntu 20.04 LTS (Focal Fossa) due to missing python-gflags package #345

Open
mithro opened this issue Jul 3, 2020 · 3 comments
Labels
releases binary release packages

Comments

@mithro
Copy link
Collaborator

mithro commented Jul 3, 2020

From #342 (comment)_

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

@mithro
Copy link
Collaborator Author

mithro commented Jul 3, 2020

We can probably solve this by instead installing python-gflags using pip.

@fangism
Copy link
Collaborator

fangism commented Jul 3, 2020

According to the front-page:
https://github.com/google/python-gflags

this should now be part of absl: https://github.com/abseil/abseil-py

@fangism fangism added the releases binary release packages label Jul 3, 2020
@fangism
Copy link
Collaborator

fangism commented Jul 9, 2020

Fixed by a1f5475 ?

nikhiljha pushed a commit to nikhiljha/verible that referenced this issue Sep 27, 2022
nikhiljha pushed a commit to nikhiljha/verible that referenced this issue Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
releases binary release packages
Projects
None yet
Development

No branches or pull requests

2 participants