What happened?
I ran both install.ps1 and install.sh scripts in my Windows computer, and I got the following outputs:
install.ps1
# When running command irm https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.ps1 | iex
# and clonning the repository and running command powershell -ExecutionPolicy Bypass .\install.ps1
========================================
Codex SEO - Installer
Codex Skill Suite
========================================
[OK] Python 3.14 detected
[INFO] Downloading Codex SEO (v1.9.6-codex.5)...
[INFO] Resetting existing Codex SEO install...
[INFO] Installing skill files...
[INFO] Installing agent profiles...
[INFO] Bootstrapping Python runtime...
Codex SEO runtime bootstrap failed.
At line:328 char:9
+ throw "Codex SEO runtime bootstrap failed."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Codex SEO runtime bootstrap failed.:String) [], RuntimeException
+ FullyQualifiedErrorId : Codex SEO runtime bootstrap failed.
install.sh
# When running command curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.sh | bash
# and cloning the repository and running command bash install.sh
# using Git Bash
========================================
Codex SEO - Installer
Codex Skill Suite
========================================
[OK] Python 3.14 detected
[INFO] Downloading Codex SEO (v1.9.6-codex.5)...
[INFO] Resetting existing Codex SEO install...
[INFO] Installing skill files...
[INFO] Installing agent profiles...
[INFO] Bootstrapping Python runtime...
[ERROR] Codex SEO runtime bootstrap failed.
Traceback (most recent call last):
File "<string>", line 10, in <module>
notes = payload.get("verification", {}).get("notes", [])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
Steps to Reproduce
- Run any
irm https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.ps1 | iex (Powershell) or curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.sh | bash (Git Bash) command in a Windows 11 computer
- You will get the outputs previously mentioned
Environment
Windows 11, Python 3.14.6
Logs / Screenshots
- `install.ps1`
# When running command irm https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.ps1 | iex
# and clonning the repository and running command powershell -ExecutionPolicy Bypass .\install.ps1
========================================
Codex SEO - Installer
Codex Skill Suite
========================================
[OK] Python 3.14 detected
[INFO] Downloading Codex SEO (v1.9.6-codex.5)...
[INFO] Resetting existing Codex SEO install...
[INFO] Installing skill files...
[INFO] Installing agent profiles...
[INFO] Bootstrapping Python runtime...
Codex SEO runtime bootstrap failed.
At line:328 char:9
+ throw "Codex SEO runtime bootstrap failed."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Codex SEO runtime bootstrap failed.:String) [], RuntimeException
+ FullyQualifiedErrorId : Codex SEO runtime bootstrap failed.
- `install.sh`
# When running command curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.sh | bash
# and cloning the repository and running command bash install.sh
# using Git Bash
========================================
Codex SEO - Installer
Codex Skill Suite
========================================
[OK] Python 3.14 detected
[INFO] Downloading Codex SEO (v1.9.6-codex.5)...
[INFO] Resetting existing Codex SEO install...
[INFO] Installing skill files...
[INFO] Installing agent profiles...
[INFO] Bootstrapping Python runtime...
[ERROR] Codex SEO runtime bootstrap failed.
Traceback (most recent call last):
File "<string>", line 10, in <module>
notes = payload.get("verification", {}).get("notes", [])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
What happened?
I ran both
install.ps1andinstall.shscripts in my Windows computer, and I got the following outputs:install.ps1install.shSteps to Reproduce
irm https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.ps1 | iex(Powershell) orcurl -fsSL https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.sh | bash(Git Bash) command in a Windows 11 computerEnvironment
Windows 11, Python 3.14.6
Logs / Screenshots