[GH-ISSUE #60] Can't get it to work: No module named 'TTS' #47

Closed
opened 2026-03-02 04:06:26 +03:00 by kerem · 2 comments
Owner

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:
grafik

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?

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: ![grafik](https://github.com/FujiwaraChoki/MoneyPrinterV2/assets/50270402/77916ad2-3420-4c14-960c-c712227441c6) 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?
kerem closed this issue 2026-03-02 04:06:26 +03:00
Author
Owner

@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

<!-- gh-comment-id:1986535379 --> @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
Author
Owner

@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

Image
<!-- gh-comment-id:3078464731 --> @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 <img width="258" height="257" alt="Image" src="https://github.com/user-attachments/assets/1d2f5304-3abf-4845-9350-cc577b8ce624" />
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MoneyPrinterV2#47
No description provided.