error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or directory
means that linux homebrew is downloading the latest awslogs bottle, which
unfortunately has a broken shared library reference. Building from souce solves this problem.
But since awslogs is not actually used. Removing it here makes sense.
If it is needed by a project using support-firecloud, the awslogs dependency can
be added to the projects own Brewfile.inc.sh
When trying to run awslogs, the error message:
error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or directory
means that linux homebrew is downloading the latest awslogs bottle, which unfortunately has a broken shared library reference. Building from souce solves this problem.
But since awslogs is not actually used. Removing it here makes sense. If it is needed by a project using support-firecloud, the awslogs dependency can be added to the projects own Brewfile.inc.sh