mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 22:55:48 +03:00
[GH-ISSUE #60] Can't get it to work: No module named 'TTS' #47
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#47
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 @MeridianGH on GitHub (Mar 8, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/60
I just can't seem to get it to work.
I installed the project cleanly by cloning from git and set up the virtual environment properly.
I am using Python 3.9.13.
Every time I try to start main.py I'm getting following error:

I made sure TTS is indeed installed and tried setting up the venv again by deleting the folder and creating a new venv (both using the provided commands and by myself).
Any idea what may be causing this?
@DavidXIVII commented on GitHub (Mar 8, 2024):
You are in windows & i assume you ran:
.\venv\Scripts\activate
did you ran:
pip install -r requirements.txt
Because TTS is a required 3pty Module that is being installed with much more modules
https://github.com/FujiwaraChoki/MoneyPrinterV2/blob/main/requirements.txt
@Sp1r14ual commented on GitHub (Jul 16, 2025):
TTS package was abandonded by maintainers
Try to replace TTS with coqui-tts in requirements.txt and run pip install again