Trouble installing pygame package #1
-
|
Ok, so I forked the repo, then cloned it on my Pycharm (connected to my github account) but when i run the config.py file, it is not installing the pygame file. then i tried to troubleshoot it using gemini and i installed pygame community edition. but it is still not working. is there a simpler solution? I really want to work on the puzzle but i'm stuck at the start! This is the full error shown: (trust me, i tried gemini thrice, it gave me various lines to paste on terminal window to ignore some SSL certificate. but it's clearly not enough.) Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows (.venv) PS C:\Users\gauri\PycharmProjects\ARIITK_Hackathon> python -m pip install pygame-ce --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host www.libsdl.org --trusted-host github.com --trusted-host cmake.org × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 25.1.1 -> 26.0.1 × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 25.1.1 -> 26.0.1 × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Try this, you don't need to run config.py You just need to run pip install pygame==2.6.1 to install the pygame To run the simulator, you need to run python3 skye_controller.py |
Beta Was this translation helpful? Give feedback.
Try this, you don't need to run config.py
You just need to run pip install pygame==2.6.1 to install the pygame
To run the simulator, you need to run python3 skye_controller.py