Dependencies are created in _internal file

When attempting to build ActivityWatch from source by running the make package command, the necessary dependency files are placed within the _internal directory. However, upon executing the resulting .exe file, the watchers and server do not start as expected.

You are using a newer version of pyinstaller than what is supported (they added the _internals in v6). If you downgrade PyInstaller, it should work fine.

I’ve put some work into upgrading it, but didn’t finish it yet: build(deps): updated deps (incl PyInstaller v6.1+ with fixes) by ErikBjare · Pull Request #976 · ActivityWatch/activitywatch · GitHub

Thanks for the reply. I figured out i have been using latest version pyinstaller and i have downgraded it. Now it is working fine