Can't start aw-qt/aw-server/etc on Linux (v0.9)
See original GitHub issueAfter 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…
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:30 (24 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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=trueand then runmake packageagain? 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)