Build won't work on Windows 10
See original GitHub issueI am able to run make on windows 10, however, I am unable to run make install and instead got this error:
make[1]: Entering directory `C:/Users/Naveed/Projects/activitywatch/aw-qt'
bash scripts/config-autostart.sh
Platform not supported in script, exiting
make[1]: Leaving directory `C:/Users/Naveed/Projects/activitywatch/aw-qt'
(activitywatch) C:\Users\Naveed\Projects\\activitywatch>
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
NEW PC Build won't load USB Windows 10 installation, even ...
Close Command Box, on second screen choose Install Now, then Custom Install, then at the drive selection screen choose Unallocated Space, click ...
Read more >Windows 10 Won't Boot? 12 Fixes to Get Your PC Running ...
1. Try Windows Safe Mode · 2. Check Your Battery · 3. Unplug All Your USB Devices · 4. Turn Off Fast Boot...
Read more >PC troubleshooting: Where to start if your PC won't turn on
Go to Device Manager, and find the peripherals that aren't working. Right-click and choose the Uninstall option to remove their drivers. Reboot ...
Read more >What if new games don't start or are not working on Windows ...
1. Restart your gaming platform. 2. Restart your PC. 3. Check whether your system meets the game’s requirements.
Read more >17 most common Windows 10 problems and how to fix them
Open Control Panel and then run Windows Update and ensure that the PC is fully up to date. If updates fail, run the...
Read more >
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

@aftabnaveed On windows your options are either to run it from source with python or build executables with PyInstaller (
make package).Did you read https://activitywatch.readthedocs.io/en/latest/installing-from-source.html ?
You should just be able to run
aw-serverorpython3 -m aw_server