mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 14:45:53 +03:00
[GH-ISSUE #34] Fail to build TTS #23
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @23andyrt on GitHub (Feb 23, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/34
I'm trying to run everything, but it always gets stuck with TTS. I'm using Python v3.9.0.
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 on GitHub (Feb 23, 2024):
Did you install C++ Build Tools?
@23andyrt commented on GitHub (Feb 24, 2024):
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 on GitHub (Feb 24, 2024):
Run python --version
@FujiwaraChoki commented on GitHub (Feb 24, 2024):
Also do pip install -U wheel
@Bluntsrl commented on GitHub (Mar 22, 2024):
Did you ever find a solution?
@FujiwaraChoki commented on GitHub (Mar 23, 2024):
Search on Google how to install C++ Build Tools. Also, try the solutions I mentioned.