Conversation
Added distutils warning
cclauss
left a comment
There was a problem hiding this comment.
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
setuptoolsmodule 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: