Closed pjattke closed 4 years ago
I receive the following error messages about missing packages when trying to build he-transformer by calling make build_clang in contrib/docker/:
he-transformer
make build_clang
contrib/docker/
E: Unable to locate package yapf3 E: Unable to locate package python3-yapf
Passing OS_ID=ubuntu1804 (i.e., make build_clang OS_ID=ubuntu1804) solves this issue. Probably Ubuntu 16.04 is not relevant anyway anymore.
I receive the following error messages about missing packages when trying to build
he-transformer
by callingmake build_clang
incontrib/docker/
: