make build-proto
and make test
fail after following Getting Start instructions
#105
Labels
bug
Something isn't working
Description
At the time of this writing,
make test
fails in the Docker environment after following the getting-started instructions.Reproduction
For example,
make test
fails with:python3
is actually 3.6.9.but
setuptools
is installed for 3.7:Fix
Two solutions: one is to not install Python 3.6 at all so that
python3
symlinks to 3.7. Another is to update the Makefile to usepython3.7
specifically.The text was updated successfully, but these errors were encountered: