Kul
Kul
> Im able to reproduce the problem So it does not work for you too?
> > > Im able to reproduce the problem > > > > So it does not work for you too? > > Yes, its stuck at 0, both on...
I also have noticed that many people have created similar issues, but none of them has got a clear solution that works.
> Your error message - Error: Cannot find module 'gpu.js' - means you have to also do `npm install gpu.js` I wish it was as simple as that. It shows...
> Looks like `gyp` finds python (as `python3`) but your shell doesn't. > > For kicks, can you share the output of running simply `python --version` and `python3 --version` in...
> @cclauss 's recommendation is also a good one and essentially does the same thing I described, as a system-wide package > > `sudo apt-get install python-is-python3` > > Some...
> You might need `python-is-python3`: > * https://launchpad.net/ubuntu/lunar/+package/python-is-python3 > * https://packages.debian.org/bookworm/python-is-python3 > > Or better yet create a venv with `python3 -m venv .venv && source .venv/bin/activate` > * https://docs.python.org/3/library/venv.html...
> Yes. I have set an alias, but still get the following error when doing ```yarn add gpu.js```: ``` error /home/user/Documents/chessy/node_modules/gl: Command failed. Exit code: 1 Command: prebuild-install || node-gyp...
@cclauss also, thanks for the pull request. I'll check it out. https://github.com/BrainJS/brain.js/pull/905
> > Yes. > > I have set an alias, but still get the following error when doing `yarn add gpu.js`: > > ``` > error /home/user/Documents/chessy/node_modules/gl: Command failed. >...