-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
While testing the Speak activity locally on both Windows and Ubuntu, I encountered some platform-specific setup issues that may be helpful to document for new contributors.
In particular:
- Running
python activity.pyoutside the Sugar desktop/runtime environment results inModuleNotFoundError: dbus. - This behavior is expected since
activity.pydepends on the Sugar runtime and system-leveldbusintegration. - On Windows (without Sugar installed), the full activity cannot run outside the Sugar runtime.
- Core modules such as TTS and LLM components can still be tested independently.
It may be helpful to add a short section in the README clarifying:
- The difference between testing core AI modules directly.
- Testing the full Sugar activity (via Sugar desktop or Sugar Live build).
- Any notes regarding Windows, WSL, or macOS environments.
This could reduce confusion for new contributors attempting to run the activity directly outside the Sugar environment.
I’d be happy to help draft a “Common Setup Issues” section if this sounds useful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels