Skip to content

Updated Python version requirements#11

Open
AsherH20 wants to merge 1 commit intofireicewolf:mainfrom
AsherH20:patch-1
Open

Updated Python version requirements#11
AsherH20 wants to merge 1 commit intofireicewolf:mainfrom
AsherH20:patch-1

Conversation

@AsherH20
Copy link

@AsherH20 AsherH20 commented Feb 8, 2026

Python 3.13 doesn't have pre-built packages yet, so pip tries to compile them from scratch which fails without the right tools. The packages that do install are mismatched versions that conflict with each other. Python 3.10-3.12 have all the pre-built stuff that works together. Use those instead.

Python 3.13 doesn't have pre-built packages yet, so pip tries to compile them from scratch which fails without the right tools. The packages that do install are mismatched versions that conflict with each other. Python 3.10-3.12 have all the pre-built stuff that works together. Use those instead and save others from the headache I had.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant