-
Notifications
You must be signed in to change notification settings - Fork 33.5k
[Bug]: One Line Install not working #27397
Copy link
Copy link
Open
Labels
P2Medium — degraded but workaround existsMedium — degraded but workaround existsarea/configConfig system, migrations, profilesConfig system, migrations, profilescomp/cliCLI entry point, hermes_cli/, setup wizardCLI entry point, hermes_cli/, setup wizardtype/bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
P2Medium — degraded but workaround existsMedium — degraded but workaround existsarea/configConfig system, migrations, profilesConfig system, migrations, profilescomp/cliCLI entry point, hermes_cli/, setup wizardCLI entry point, hermes_cli/, setup wizardtype/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug Description
PS C:\windows\system32> irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1 | iex
iex : At line:18 char:23
The assignment expression is not valid. The input to an assignment operator must be an object that is able to
accept assignments, such as a variable or a property.
At line:19 char:27
The assignment expression is not valid. The input to an assignment operator must be an object that is able to
accept assignments, such as a variable or a property.
At line:1 char:92
Steps to Reproduce
use Windows one line installer: irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1 | iex
in powershell
Run as Admin
Expected Behavior
Should have installed Hermes Agent
Actual Behavior
did not install Hermes Agent
Affected Component
Configuration (config.yaml, .env, hermes setup)
Messaging Platform (if gateway-related)
N/A (CLI only)
Debug Report
Operating System
Windows 11
Python Version
3.14.5
Hermes Version
NA
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
No response
Are you willing to submit a PR for this?