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

Issues with windows installation #130

Open
athype opened this issue Nov 25, 2024 · 3 comments
Open

Issues with windows installation #130

athype opened this issue Nov 25, 2024 · 3 comments

Comments

@athype
Copy link

athype commented Nov 25, 2024

I've been battling several issues as I'm trying to make this work.
The below mentioned console output is my latest production, I have make and MinGW installed and recognized on PATH as the respective version commands work

> node src/index.js

autoDownloadModelName tiny.en
options {
  modelName: 'tiny.en',
  autoDownloadModelName: 'tiny.en',
  verbose: false,
  removeWavFileAfterTranscription: false,
  withCuda: false,
  options: {
    outputInCsv: false,
    outputInJson: false,
    outputInJsonFull: true,
    outputInLrc: false,
    outputInSrt: false,
    outputInText: false,
    outputInVtt: false,
    outputInWords: false,
    translateToEnglish: false,
    wordTimestamps: false,
    timestamps_length: 20,
    splitOnWord: true
  }
}
code--- 1
stdout---
stderr--- '.' is not recognized as an internal or external command,
operable program or batch file.

[Nodejs-whisper] Error: '.' is not recognized as an internal or external command,
operable program or batch file.

[Nodejs-whisper] Error: '.' is not recognized as an internal or external command,
operable program or batch file.

[Nodejs-whisper] Error during processing: '.' is not recognized as an internal or external command,
operable program or batch file.

Error: Operation failed: '.' is not recognized as an internal or external command,
operable program or batch file.
@ChetanXpro
Copy link
Owner

@athype Yeah, I can see where these errors might be coming from. This package is not well tested on Windows. I will make this stable for Windows as well; this must be a small fix.

@athype
Copy link
Author

athype commented Nov 26, 2024

@ChetanXpro I got to this result after going into WSL, going into the whisper.cpp directory within node_modules and running make, prior to that I was getting issues with make just not even running.

I really appreciate the quick response!

@wolfcreative
Copy link

Unfortunately I ran into the same problem

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

3 participants