I am following the instructions of [installing from source](https://docs.activitywatch.net/en/latest/installing-from-source.html) in MacOs and when i run `make build` got this error: ``` python -c "import aw_server; print(aw_server.__version__)" Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'aw_server' make: *** [build] Error 1 ```
I am following the instructions of installing from source in MacOs and when i run
make buildgot this error: