-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
base: master
Are you sure you want to change the base?
Distutils readme upd #955
Conversation
Added distutils warning
There was a problem hiding this 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.
Hey, I'll add node-gyp too, I'll update README 1 more time. |
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 <cclauss@me.com>
as a new user expirienced fresh installation of brain js and stuck with this issue for a while wanna plus up for this PR |
Did this pr resolved your issue? I appreciate your answer. I've been there once. |
Added distutils warning
Description
Since Python 3.12, distutils removed, according to this, many users having problems with
installation. Using
setuptools
module fixes thatMotivation 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
Author's Checklist:
Reviewer's Checklist: