MohammadAliAfsahi

Results 5 comments of MohammadAliAfsahi

Facing the same issue on linux. Any update on this issue?

> The error most frequently occurs if you have not activated a Python virtual environment before starting the build. I have activated the Python virtual environment

> Then you need to figure out why it can't find `aw_server` in the Python environment (what the check is for), after it has just been installed. basically the following...

@ErikBjare So the main reason that aw-server does not get installed is the following error ![Screenshot from 2024-05-10 19-52-42](https://github.com/ActivityWatch/activitywatch/assets/35253602/61c05019-8b4e-4baa-b887-266c5462eecd) which is in `aw-webui` submodule: `aw-server/aw-webui/vue.config.js:42:2` I could fix the issue...

> @MohammadAliAfsahi Which Nodejs version are you running? I don't think that occurs for Node 18+ (at least not for Node 20 in CI). Yep. The main reason is Node...