Skip to content

Distutils readme upd #955

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

atailh4n
Copy link

@atailh4n atailh4n commented Jun 4, 2025

Added distutils warning

A GIF or MEME to give some spice of the internet

Description

Since Python 3.12, distutils removed, according to this, many users having problems with
installation. Using setuptools module fixes that

Motivation and Context

issue
Since Python 3.12, distutils removed, according to this, many users having problems with
installation. I forgot to the add this 1 year ago. Sorry for that.

How Has This Been Tested?

I mean if you try to install brain.js from zero, this error thrown 99%

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Author's Checklist:

  • My code focuses on the main motivation and avoids scope creep.
  • My code passes current tests and adds new tests where possible.
  • My code is SOLID and DRY.
  • I have updated the documentation as needed.

Reviewer's Checklist:

  • I kept my comments to the author positive, specific, and productive.
  • I tested the code and didn't find any new problems.
  • I think the motivation is good for the project.
  • I think the code works to satisfies the motivation.

Copy link
Contributor

@cclauss cclauss left a comment

Choose a reason for hiding this comment

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

Nice! https://docs.python.org/3/library/distutils.html -- distutils was removed from Python >= 3.12.

@atailh4n
Copy link
Author

atailh4n commented Jun 4, 2025

Hey, I'll add node-gyp too, I'll update README 1 more time.

@atailh4n
Copy link
Author

atailh4n commented Jun 4, 2025

I've updated the NOTE and I've added refferences correctly. I've added https://docs.python.org/3/library/distutils.html too.

Co-authored-by: Christian Clauss <[email protected]>
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