I'm trying to install an application that registers mobile phones in WhatsApp . I tried using the command below:
python setup.py install
And the following error occurs:
error: Setup script exited with error: Microsoft Visual C ++ 10.0 is required (Unable to find vcvarsall.bat).
Does anyone know why this error happens? Thanks in advance for the answers.