-
Notifications
You must be signed in to change notification settings - Fork 26
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
Nothing happens #18
Comments
Hello @KingTimer12, Are you using Windows ? it seems like a MSVC issue! |
I haven't tried any version other than the current one and used pip |
Probably a C++ DLL or something is missing from your system. Let me know if you find any issues while setting it up. |
oh, no! what type of CPU you have ? It seems like the prebuilt wheels are not compatible with your CPU architecture. Please try to build the package for your specific CPU using (always inside WSL): pip install git+https://github.com/abdeladim-s/pywhispercpp Let me know if you find any other issues. |
Ok .. you will need cmake and g++. |
That's weird, No errors during the build process and it didn't work when you run it ? |
Does "a new virtual environment" refer to starting a new project or reinstalling WSL? I'll uninstall the library and install again |
a new virtual environment is just like an isolated Python installation. you can also uninstall it from the previous env, but the problem pip may just pull the cached version you already installed from PYPI (and this is what happened before I guess), that's why I told you to create a new virtual env to make sure no cache is already there. |
I have the same problem on Windows. |
@mohsen-goodarzi, Please try the latest update if it works. Otherwise use WSL and build it from source. |
Hello, I'm using version 1.1.1 of the pywhispercpp library and when I try to run the code, nothing happens. I've tried using the CLI and the same error persists. Also, when the library breaks the other whisper variables and I need to uninstall it to get it working again.
Is there anything I can do to resolve it?
I'll attach a video showing what appears when I run the code.
2023-07-16.20-43-28.mp4
The text was updated successfully, but these errors were encountered: