Portal SDK "Portal Setup" upgrading pip failed
Hi! I extracted the sdk, ran Godot_v4.4.1-stable_win64, dragged project.godot into godot, clicked the main bf6 project option, waited for godot to build a level (aftermath), and then without making changes tried to click the Portal Setup button and then while it is setting up I get this error below.
Things I've tried:
- deleting the pip-24.0.dist-info folder and the setup still fails.
- deleted the pip-24.0.dist-info folder and then ran "python.exe -m pip install --upgrade pip" and it installs pip-25.2.dist-info which seems great but then the portal setup still fails because my pipv25 folder gets deleted during setup and the same issue happens again but now on a newly created pipv24
- tried setting full access permissions on my entire sdk folder, still no success.
- tried turning my computer on and off after a portal setup error
Is there something wrong with how the pip setup works? Is it finding an existing installation of pip on my machine somewhere and having issues? Please let me know what I need to do! I believe this is also stopping me from exporting my level. Thanks!
Installing packages to virtual environment...
ERROR: ["Requirement already satisfied: pip in c:\\users\\stefan\\desktop\\bf6portal\\venv\\lib\\site-packages (24.0)\r\nCollecting pip\r\n Using cached pip-25.2-py3-none-any.whl.metadata (4.7 kB)\r\nUsing cached pip-25.2-py3-none-any.whl (1.8 MB)\r\nInstalling collected packages: pip\r\n Attempting uninstall: pip\r\n Found existing installation: pip 24.0\r\n Uninstalling pip-24.0:\r\nERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: \'c:\\\\users\\\\stefan\\\\desktop\\\\bf6portal\\\\venv\\\\lib\\\\site-packages\\\\pip-24.0.dist-info\\\\AUTHORS.txt\'\r\nCheck the permissions.\r\n\r\n\r\n[notice] A new release of pip is available: 24.0 -> 25.2\r\n[notice] To update, run: C:\\Users\\Stefan\\Desktop\\bf6portal\\venv\\Scripts\\python.exe -m pip install --upgrade pip\r\n"]
ERROR: Upgrading pip failed