tobiipro / support-firecloud

Software and configuration that support TobiiPro's Cloud Services development.
Apache License 2.0
4 stars 1 forks source link

Remove awslogs to avoid bug in bottle #167

Closed weetmuts closed 4 years ago

weetmuts commented 4 years ago

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