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
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Commit suggestion for README
Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
atailh4n and cclauss authored Jun 4, 2025
commit 500dd00d83b5ec888e4814b65125e9400219e12e
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GPU accelerated Neural networks in JavaScript for Browsers and Node.js
> pip install setuptools
>```
> [Reference: GitHub Issue Comment](https://github.com/BrainJS/brain.js/issues/930#issuecomment-2155350536)\
> [Reference: Python Standart Library: distutils](https://docs.python.org/3/library/distutils.html)
> [Reference: Python Standard Library: distutils](https://docs.python.org/3/library/distutils.html)

> [!NOTE]
> Some users may encounter issues due to an outdated `node-gyp` version (< 10), which leads to similar errors related to the missing `distutils` module.
Expand Down