-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Beacon-Skill Installation Test Report
Environment
- OS: Linux VM-0-9-ubuntu 6.8.0-71-generic Fix duplicate Quick Start section in README #71-Ubuntu SMP PREEMPT_DYNAMIC
- Python: 3.12.3
- beacon-skill: 2.15.1
Installation
```bash
$ pip3 install --break-system-packages beacon-skill
Successfully installed beacon-skill-2.15.1
```
Health Check
```bash
$ beacon --version
2.15.1
$ beacon identity show
{
"agent_id": "bcn_be50ba066790",
"public_key_hex": "558abe233d82b905154071165b3694c629d63e9f5313914be"
}
```
Issues Encountered
-
Flask Missing: Initial
beacon --versionfailed withModuleNotFoundError: No module named 'flask'- Fix:
pip3 install --break-system-packages flask - Note: Should be added as dependency in setup.py
- Fix:
-
Externally Managed Environment: pip3 required
--break-system-packagesflag on Ubuntu 24.04- Workaround: Used the flag to install
Recommendations
- Add
flasktoinstall_requiresin setup.py - Consider using
pipxfor installation to avoid system package conflicts
Test Status
✅ Installation successful
✅ Identity created successfully
✅ CLI commands working
Related to #72
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels