-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
error: command 'cl.exe' failed: No such file or directory #155
Comments
Yeah that package is a pain in the ass to install, which is the reason why I wanted to move to a different denoiser. I know this: https://forum.qt.io/topic/90839/lnk1158-cannot-run-rc-exe/4 solved it for me but I don't know if it will help you. You can definitely remove all the webrtcvad code if you really want to get there. |
Thank you, @CorentinJ but that didn't work for me. You mean I can remove the webrtcvad code from your source? Which files would I have to edit for that? |
Just remove the import and replace the body of that function with |
Try: |
@SaylorTwift I have good news for you! We made webrtcvad an optional package in #375, the voice cloning toolbox will now run without it. Please pull the latest version of the repository and try again. |
Before you close this issue because it's a repeat, hear me out.
When I try to install the requirements, when it tries installing
webrtcvab
, I get the above error:error: command 'cl.exe' failed: No such file or directory
I have tried everything anyone recommended. I installed Visual Studio. I installed the C++ Build Tools. I added cl.exe to PATH. I can run cl.exe from the command prompt just fine but if pip tries to use the command, cl.exe cannot be found. I installed older versions of both VS and build tools. I reinstalled everything. I tried previous python versions. I tried installing windows-build-tools using npm. I tried using anaconda. I tried running it from a VS command prompt. I tried literally all solutions that are proposed anywhere on the entire internet.
Nothing works. I keep getting this error.
I've been at this for 5h and I'm about ready to shoot a bazooka into my PC.
Please help me.
Thanks.
The text was updated successfully, but these errors were encountered: