sophieball / toxicity-detector

MIT License
0 stars 0 forks source link

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

Closed CaptainEmerson closed 3 years ago

CaptainEmerson commented 3 years ago

As a consequence of https://github.com/bazelbuild/bazel/issues/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 commented 3 years ago

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

sophieball commented 3 years ago

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

CaptainEmerson commented 3 years ago

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.