-
Notifications
You must be signed in to change notification settings - Fork 94
Problem after update. #15
Comments
Interesting. Could you provide more context around this.
|
what i test for format is : youtube link, wav, mp4 so, I don't think is file format problem.
|
here is the log that occur, it may help to figure out what's wrong: |
I added an |
ah! I expected a new conda to install |
This does seem confusing since other Issues raised have this running on Windows successfully (see #16). So I'm unsure if this is Windows specifically or some issue with the environment that might be unique to what is installed in your system (perhaps windows version or other libraries?) Since the issue is primarily with Whisper, one way is to see if you can get Whisper working directly from their repo. If this works, I'm guessing this repo should work too. The code in this repo is very skinny and uses mostly platform independent code (there may be some bugs like with #16). Since I don't have a windows machine, it is hard for me to reproduce but I'm happy to accept PRs if there is any specific dependency that needs to be updated to support windows. |
Finally make it work! |
Thanks for the PR! Was it |
it was: ffmpeg, pip install setuptools-rust. |
The text was updated successfully, but these errors were encountered: