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

Code doesn't run on newer Ubuntu releases without python #102

Closed
CaptainEmerson opened this issue Apr 20, 2021 · 3 comments
Closed

Code doesn't run on newer Ubuntu releases without python #102

CaptainEmerson opened this issue Apr 20, 2021 · 3 comments
Assignees

Comments

@CaptainEmerson
Copy link
Collaborator

As a consequence of bazelbuild/bazel#11554, none of the build targets will run on my machine. That upstream bug doesn't look like it'll be fixed soon. I could install python-is-python2, but that's only a temporary fix. I can do python-is-python3, but does this code work python3?

@sophieball
Copy link
Owner

It is written in Python3, so I guess that should be ok.

@sophieball
Copy link
Owner

Did it work? I assume it might produce a different error message than the one you put in the PR?

@CaptainEmerson
Copy link
Collaborator Author

python-is-python3 seems to have worked.

For future reference, I tried setting python_version on the command line and in the BUILD file, to no avail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants