BrainJS install error - SOLVED

Published: 21 November 2024
on channel: devTom
127
5

I recently had issues installing BrainJS in to a project, where I encountered a long list of npm errors , warnings and deprecated packages and because of this BrainJS would not install.

If you’re having the same problem, then there’s a good chance that it stems from the missing distutils module, which used to be included in Python by default, but was removed from version 3.12.

Luckily, there’s a fix for this, and I’m going to demonstrate it now on a fresh React App.

Feel free to install this in any type of project you're working on, but if you need a refresher on how to set up a fresh React App, then check out my other video titled "Creating a React App with Vite".

If you want to copy and paste the commands used, then here they are:

python -m ensurepip --upgrade
python -m pip install setuptools
npm install brain.js


Thanks for watching, hope this helps. If so, please don't forget to like and subscribe!


On this page of the site you can watch the video online BrainJS install error - SOLVED with a duration of hours minute second in good quality, which was uploaded by the user devTom 21 November 2024, share the link with friends and acquaintances, this video has already been watched 127 times on youtube and it was liked by 5 viewers. Enjoy your viewing!