You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this library in a Nextjs project v14, and executing it in a server component I'm receiving this error
I already follow the README.md and executed the command: bunx whisper-node download
Error
cd: no such file or directory: project/.next/server/lib/whisper.cpp
[whisper-node] Problem. whisper.cpp not initialized. Current shelljs directory: project/.next/server/vendor-chunks
[whisper-node] Attempting to run 'make' command in /whisper directory...
[whisper-node] Problem. 'make' command failed. Please run 'make' command in /whisper directory. Current shelljs directory: project/.next/server/vendor-chunks
Any thoughts about this? Does this library support running with nextjs?
Thanks!
Versions
Pop!_OS 22.04 LTS
Bun version 1.0.29
Next.js version 14.1.0
The text was updated successfully, but these errors were encountered:
Tried running the make myself within the directory where whisper.cpp lies, but no success:
Got as far as using cygwin to resolve errors that couldn't find cc, g++ and head (and then adding those dirs to path), but still getting errors I can't really wrap my head around to:
Problem
When using this library in a Nextjs project v14, and executing it in a server component I'm receiving this error
I already follow the
README.md
and executed the command:bunx whisper-node download
Error
Any thoughts about this? Does this library support running with nextjs?
Thanks!
Versions
1.0.29
14.1.0
The text was updated successfully, but these errors were encountered: