I followed all the instructions that you guys provided but when I write “make build” this is what I get:
if [ -e “aw-core/.git” ]; then
echo “Submodules seem to already be initialized, continuing…”;
else
git submodule update --init --recursive;
fi
Submodules seem to already be initialized, continuing…
make --directory=aw-core build
make[1]: Entering directory ‘/home/lalo/activitywatch/aw-core’
poetry install
make[1]: poetry: No such file or directory
make[1]: *** [Makefile:4: build] Error 127
make[1]: Leaving directory ‘/home/lalo/activitywatch/aw-core’
make: *** [Makefile:29: build] Error 2
What could be the problem?