Issue with Building ActivityWatch: ModuleNotFoundError: No module named 'aw_server' #1039
Unanswered
kcs-santoshahire
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an issue while trying to build ActivityWatch following the steps outlined in the documentation (https://docs.activitywatch.net/). After cloning the project repository and attempting to build it using the make build command, I received the following 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 1Description:
It seems that the build process is failing due to a missing module named 'aw_server'. I followed the installation instructions provided in the documentation, but I'm unable to proceed with the build due to this error.
Steps to Reproduce:
Clone the ActivityWatch repository from GitHub.
Follow the installation instructions provided in the documentation.
Attempt to build the project using the make build command.
Expected Behavior:
The build process should complete successfully without any errors, allowing me to proceed with running ActivityWatch.
Actual Behavior:
The build process fails with a ModuleNotFoundError for 'aw_server', preventing me from completing the build and running the application.
Additional Information:
Operating System: Windows 11
Python Version: 3.8.0
Any other relevant details about your environment or setup.
I would appreciate any assistance in resolving this issue so that I can successfully build and use ActivityWatch. Thank you for your attention to this matter.
Best regards,
Santosh Ahire
Beta Was this translation helpful? Give feedback.
All reactions