-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Pre-requisities
- [ YES ] I am using the newest version of the platform (
agentstack versionshows that CLI and platform are the same version, and there is no newer version available)
Describe the bug
I am trying to run this command sh -c "$(curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/release/install.sh)"
and I get the following output. I have tried this on multiple RHEL OS's with the same result. I have also tried manually installing QEMU and manually running the installer with other issues.
Starting the Agent Stack installer...
Installing uv...
Installing Python...
Removing old versions...
Installing Agent Stack CLI...
Installing QEMU with dnf [ERROR]
β WARNING: Failed to install QEMU automatically. Please install QEMU manually before using Agent Stack. Refer to
https://www.qemu.org/download/ for instructions.
β
SUCCESS: Installation complete!
π‘ HINT: Start the Agent Stack platform using: agentstack platform start
π‘ HINT: Configure your LLM provider using: agentstack model setup
π‘ HINT: Use agentstack ui to open the web GUI, or agentstack run chat to talk to an agent on the command line.
π‘ HINT: Run agentstack --help to learn about available commands, or check the documentation at
https://agentstack.beeai.dev/
To Reproduce
Steps to reproduce the behavior:
- Use a fresh RHEL OS
cat /etc/redhat-release
Red Hat Enterprise Linux release 9.6 (Plow) - Run the command sh -c "$(curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/release/install.sh)" as instructed here
https://agentstack.beeai.dev/stable/introduction/quickstart - See the above error
- Try even after QEMU is installed
Expected behavior
I expected the agentstack to be completely installed.
Logs / Screenshots / Code snippets
If agent is not working, please send output of the following commands:
agentstack list
# If some of the agents are in error state
agentstack logs <agent-id>
agentstack info <agent-id>If applicable, add screenshots or code snippets to help explain your problem.
Set-up:
RHEL 8.7 and 9.6
Additional context
Tried on RHEL 8.7 and 9.6 - with and without QEMU installed, get same error.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status