-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Describe the bug
I am unable to update SuperGemini from v4.2.1 to v4.3.0 on Windows. Despite successful installation logs via pipx or pip, the system persistently executes v4.2.1. This issue is reproducible on 2 different Windows PCs.
Environment
- OS: Windows 10/11
- Python Version: 3.14.2 (Pre-release/New)
- Installation Method: Tried both
pipandpipx - Current Behavior: Stuck on v4.2.1
Steps to Reproduce
- Existing installation was v4.2.1.
- Ran
pipx install git+https://github.com/SuperClaude-Org/SuperGemini_Framework.git@V4.3.0 --force. - Log shows: "installed package supergemini 4.3.0".
- Ran
pipx ensurepath --force. - Restarted terminal.
- Ran
supergemini --version. - Result: Output is still
SuperGemini 4.2.1.
Troubleshooting Attempts
I have tried the following without success:
pip uninstall SuperGemini -y(Multiple times)pipx uninstall supergemini- Manual deletion of
C:\Users\IT\.local\bin\supergemini.exe - Manual deletion of
C:\Users\IT\.local\bin\sg.exe - Manual deletion of
C:\Users\IT\pipx\venvs\supergemini Get-Command supergeminishows the path is cleared, but upon re-install, it reverts to the old behavior or Windows keeps caching the old entry point.
Logs
C:\Users\IT>pipx install SuperGemini --force
⚠️ Overwriting file ...\supergemini.exe
installed package supergemini 4.3.0, installed using Python 3.14.2
done! ✨ 🌟 ✨
C:\Users\IT>supergemini --version
SuperGemini 4.2.1Metadata
Metadata
Assignees
Labels
No labels