Skip to content

Error installing on RHEL 8x and 9xΒ #1747

@rgraham7503

Description

@rgraham7503

Pre-requisities

  • [ YES ] I am using the newest version of the platform (agentstack version shows 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:

  1. Use a fresh RHEL OS
    cat /etc/redhat-release
    Red Hat Enterprise Linux release 9.6 (Plow)
  2. 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
  3. See the above error
  4. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions