FujiwaraChoki / MoneyPrinterV2

Automate the process of making money online.
GNU Affero General Public License v3.0
2.23k stars 302 forks source link

Fail to build TTS #34

Closed 23andyrt closed 4 months ago

23andyrt commented 4 months ago

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?

FujiwaraChoki commented 4 months ago

Did you install C++ Build Tools?

23andyrt commented 4 months ago

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.

FujiwaraChoki commented 4 months ago

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

FujiwaraChoki commented 4 months ago

Also do pip install -U wheel

Bluntsrl commented 3 months ago

Did you ever find a solution?

FujiwaraChoki commented 3 months ago

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