Closed Ronak0020 closed 12 months ago
Same problem
Apparently, installing it on linux worked, I used Windows Subsystem for Linux (WSL) and the code seems to be working fine in linux. Haven't found a fix for windows yet. I tried to look for it everywhere I could but no luck.
Still broken on mac as well
make command has a windows version. Here is a guide: https://gnuwin32.sourceforge.net/packages/make.htm
Still broken on mac as well
The link to download the models was temporarily out of date and is unrelated to this Windows issue.
Hello! this is actually my first time using this so I am not sure if I am doing this right but I followed the steps and installed the package and then installed the large.bin model. when Model was downloaded and it was compiling, it threw error:
Then I tried to launch my nodejs app and it said:
And when I tried to run
make
command innode_modules/whisper-node/lib/whisper.cc
as this was the only pace where Makefile was, it gave me this error:Is there any fix for this? Or is there something I am doing incorrect? I am using Windows btw. NodeJS version 18.16.1 GNU make v4.4.1 gcc v11.2.0
I appreciate any kind of support.