1

I am getting this error when trying to install Coqui TTS for my Python Project. C++ Build tools version 14 is already properly installed. Please advise on how to fix this. Thank you!

Error Text:

  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit code 2
      [end of output]
 
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for tts
Failed to build tts
ERROR: Could not build wheels for tts, which is required to install pyproject.toml-based projects
 
C:\Users\chris>      copying TTS\bin\compute_attention_masks.py -> temp_build\TTS\bin
 
 

I tried to look up the error and went into the Coqui community chatroom and asked in the Learn Python Discord but got no answer.

1 Answers1

0

This problem happens on windows os devices mostly. there are 3 ways

  • install git cli in your windows device and run commands from there ( alike linux)
  • use linux os
  • the easiest way should use vm or colab/ azure/ kaggle karnel types platform for running your model
Ataullha
  • 39
  • 5