activitywatch: Can't start aw-qt/aw-server/etc on Linux (v0.9)
After updating to v0.9 I’ve been unable to start aw-qt, the server, or any of the watchers.
[2255892] Error loading Python lib '/usr/bin/libpython3.6m.so.1.0': dlopen: /usr/bin/libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
Sucks extra much because I just updated the AUR package to v0.9 before testing…
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 30 (24 by maintainers)
That seems to have fixed it, now just need to fix a few other things that broke CI on Windows and macOS and then we’re ready for a release that actually fixes things.
@xylix That error is due to PyInstaller 3.5 not supporting Python 3.8 which is used on Arch.
I’m curious, could you try running
make build DEV=true
and then runmake package
again? That uses poetry instead, which might use a different package versions…I was successfully able to build with it and the dev branch of PyInstaller (which supports Python 3.8)
No, that’s only in the macOS build (see the Makefile).
after upgrading to 0.9, I ran aw-qt a few times, but the icon in tray did not appear. It turned out that the service works but there is no icon in tray.