Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #3023 - Upgrade pygame version to 2.6.0 #3025

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Fix #3023 - Upgrade pygame version to 2.6.0 #3025

merged 1 commit into from
Sep 4, 2024

Conversation

svekars
Copy link
Contributor

@svekars svekars commented Sep 3, 2024

This allows one to install pygame binaries for Python-3.11/3.12 runtime, while PyGame-2.1.2 was only available up to python-3.10, see https://pypi.org/project/pygame/2.1.2/#files
Fixes #3023

Copy link

pytorch-bot bot commented Sep 3, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3025

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 6abf708 with merge base 748e52b (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@svekars svekars added the build issue Issues relating to the tutorials build label Sep 3, 2024
Copy link
Contributor

@clee2000 clee2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any ideas on why the old version was failing?

@svekars svekars marked this pull request as ready for review September 3, 2024 17:32
@svekars svekars requested a review from malfet September 3, 2024 17:33
@malfet malfet merged commit 5c45426 into main Sep 4, 2024
20 checks passed
@svekars svekars deleted the fix-pip-3023 branch September 4, 2024 18:15
c-p-i-o pushed a commit that referenced this pull request Sep 6, 2024
This allows one to install pygame binaries for Python-3.11/3.12 runtime, while PyGame-2.1.2 was only available up to python-3.10, see https://pypi.org/project/pygame/2.1.2/#files

Fixes #3023
c-p-i-o pushed a commit that referenced this pull request Sep 6, 2024
This allows one to install pygame binaries for Python-3.11/3.12 runtime, while PyGame-2.1.2 was only available up to python-3.10, see https://pypi.org/project/pygame/2.1.2/#files

Fixes #3023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build issue Issues relating to the tutorials build cla signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pip install -r requirements.txt failing at pygame==2.1.2
4 participants