FujiwaraChoki/MoneyPrinterV2

Fail to build TTS

23andyrt opened this issue · 6 comments

I'm trying to run everything, but it always gets stuck with TTS. I'm using Python v3.9.0.

ERROR: Failed building wheel for TTS
Failed to build TTS
ERROR: Could not build wheels for TTS which use PEP 517 and cannot be installed directly

And there are a bunch of red letters on top of these messages. I've tried different versions of Python, attempted to delete everything and start from scratch, and even installed it in a different folder, but none seem to work. Do you know what could be causing this?

Did you install C++ Build Tools?

Yes man, and just to make sure I uninstall everything and reinstall it and keep saying the same error 😢. I'll try to run more test to see if I find the problem.

Yes man, and just to make sure I uninstall everything and reinstall it and keep saying the same error 😢. I'll try to run more test to see if I find the problem.

Run python --version

Also do pip install -U wheel

Did you ever find a solution?

Search on Google how to install C++ Build Tools. Also, try the solutions I mentioned.