Code Monkey home page Code Monkey logo

Comments (7)

CorentinJ avatar CorentinJ commented on May 21, 2024

This is an error you will meet on windows with python packages that require compilation. Usually you can find precompiled binaries for these but in this case it's the webrtcvad package and I haven't found any myself. You need to keep trying to install webrtcvad until you manage to get it to work, then you should install all the requirements again.

The command is pip install webrtcvad. It will give you the same error that appears at the end of the error message you pasted here:

ERROR: running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.7
copying webrtcvad.py -> build\lib.win-amd64-3.7
running build_ext
building '_webrtcvad' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual
C++ Build Tools": https://visualstudio.microsoft.com/downloads/

See this thread to find the build tools. It's a bit of a pain to install. Check the other answers until that solves it. Then try to install webrtcvad again.

If after that you get "LINK : fatal error LNK1158: cannot run 'rc.exe'", check this.

from real-time-voice-cloning.

nav1-code avatar nav1-code commented on May 21, 2024

Thank you @CorentinJ, it works fine. Firstly I installed BuldTools , and then webrtcvad and after that I ran pip install -r requirements.txt

from real-time-voice-cloning.

blacksocket avatar blacksocket commented on May 21, 2024

Hi, I am having similar issue but during the installation in Linux Ubuntu:

image
and
image

from real-time-voice-cloning.

sbsws88 avatar sbsws88 commented on May 21, 2024

Hi, I am having similar issue but during the installation in Linux Ubuntu:

image
and
image

I am facing same issue..please suggest how to resolve it.

from real-time-voice-cloning.

sarah-q17 avatar sarah-q17 commented on May 21, 2024

Thank you @CorentinJ, it works fine. Firstly I installed BuldTools , and then webrtcvad and after that I ran pip install -r requirements.txt

Hi, I done with the BuildTools and also webrtcvad and it works. But still I can't run pip install -r requirements.txt

can help?

from real-time-voice-cloning.

himanshisyadav avatar himanshisyadav commented on May 21, 2024

Have the same issue. Any solutions?

from real-time-voice-cloning.

mbdash avatar mbdash commented on May 21, 2024

Please visit the new Wiki.
https://github.com/CorentinJ/Real-Time-Voice-Cloning/wiki

I highly recommend Ubuntu 18 or 20 and miniconda3.
cheers.

from real-time-voice-cloning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.