Skip to content

Conversation

clayote
Copy link
Contributor

@clayote clayote commented Oct 17, 2025

On Python 3.14, recipes such as msgpack wouldn't build anymore, because the way setup.py install -O2 did its byte-compiling called into distutils, a package that no longer exists in Python 3.14. This PR replaces setup.py install, but not any other calls to setup.py, with pip install.

T-Dynamos and others added 2 commits October 15, 2025 22:01
Apart from `setup.py install` not being supported for much longer,
some recipes broke on Python 3.14, because it has no `distutils`
package.
@clayote clayote requested a review from T-Dynamos October 17, 2025 06:57
@clayote
Copy link
Contributor Author

clayote commented Oct 17, 2025

Wrong target, belongs in T-Dynamos' branch

@clayote clayote closed this Oct 17, 2025
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.

2 participants