street-lab-tech / street-whisper-app

STREET Lab Whisper App - a tool that transcribes and translates audio files into CSV files.
MIT License
2 stars 0 forks source link

Bug: "FileNotFoundError: [WinError 2] The system cannot find the file specified" error and other bugs on Windows #36

Closed moonsdust closed 1 month ago

moonsdust commented 3 months ago

The following bugs were found on Windows:

moonsdust commented 3 months ago

Possible solution to FileNotFoundError: [WinError 2] The system cannot find the file specified

https://stackoverflow.com/questions/74835362/i-am-getting-the-following-error-while-using-openais-whisper-ai-filenotfounde

carmen-chau commented 3 months ago

Another possible set of resources:

https://stackoverflow.com/questions/74959470/cant-use-openai-in-command-prompt

https://www.computerhope.com/issues/ch000549.htm

moonsdust commented 2 months ago

Solution (Based on: https://github.com/openai/whisper/discussions/109):