Skip to content
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

ERROR WHEN INSTALLING WITH WINDOWS #31

Open
LucianoAPP opened this issue Dec 8, 2023 · 6 comments
Open

ERROR WHEN INSTALLING WITH WINDOWS #31

LucianoAPP opened this issue Dec 8, 2023 · 6 comments

Comments

@LucianoAPP
Copy link

I installed all the necessary dependencies to use with Windows and the same error continues to appear. I saw that several people reported the same error. Has anyone managed to solve it?

PS: I ALREADY INSTALLED THIS AND THERE WAS AN ERROR https://gnuwin32.sourceforge.net/packages/make.htm

image
You can now use it like this:
main.exe -m C:\Developer\Pruebas\whipser-test\node_modules\whisper-node\lib\whisper.cpp\models\ggml-base.en.bin -f C:\Developer\Pruebas\whipser-test\node_modules\whisper-node\lib\whisper.cpp\samples\jfk.wav
[whisper-node] Attempting to compile model...
"cc" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
"head" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
I whisper.cpp build info:
I UNAME_S:
I UNAME_P:
I UNAME_M:
I CFLAGS: -I. -O3 -DNDEBUG -std=c11 -fPIC -D_XOPEN_SOURCE=600 -pthread
I CXXFLAGS: -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -D_XOPEN_SOURCE=600 -pthread
I LDFLAGS:
I CC:
I CXX:

cc -I. -O3 -DNDEBUG -std=c11 -fPIC -D_XOPEN_SOURCE=600 -pthread -c ggml.c -o ggml.o
process_begin: CreateProcess(NULL, uname -s, ...) failed.
process_begin: CreateProcess(NULL, uname -p, ...) failed.
process_begin: CreateProcess(NULL, uname -m, ...) failed.
process_begin: CreateProcess(NULL, which nvcc, ...) failed.
process_begin: CreateProcess(NULL, cc -I. -O3 -DNDEBUG -std=c11 -fPIC -D_XOPEN_SOURCE=600 -pthread -c ggml.c -o ggml.o, ...) failed.
make (e=2): El sistema no puede encontrar el archivo especificado.
make: *** [ggml.o] Error 2

@nuhgnc
Copy link

nuhgnc commented Dec 25, 2023

I'm having the same problem. Did you solve this problem

@level451
Copy link

level451 commented Jan 9, 2024

same

@Damir9713
Copy link

same here

@Coreeze
Copy link

Coreeze commented Jan 29, 2024

Haha, @LucianoAPP you included the link in the PS.

PS: I got the same problem

@IvRogoz
Copy link

IvRogoz commented Feb 5, 2024

I've installed make and no joy. From the makefile, I can see it marked as TODO: support for Windows.

there is an Issue on whisper.cpp

it states that the proposed solution is:

cd whisper.cpp
cmake -B build .
cmake --build build -j16 --config Release

cd build/bin
./main.exe

I have on my system cmake (via VS code) or https://cmake.org/download/
And it compiled

note that whisper.cpp folder is in node_modules>whisper-node>lib>whisper.cpp

@LLLYF
Copy link

LLLYF commented Aug 16, 2024

I've installed make and no joy. From the makefile, I can see it marked as TODO: support for Windows.

there is an Issue on whisper.cpp

it states that the proposed solution is:

cd whisper.cpp cmake -B build . cmake --build build -j16 --config Release

cd build/bin ./main.exe

I have on my system cmake (via VS code) or https://cmake.org/download/ And it compiled

note that whisper.cpp folder is in node_modules>whisper-node>lib>whisper.cpp

How can I turn it into GPU execution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants