[GH-ISSUE #96] requirements.txt needs an update. #72

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

Originally created by @iamkavinnnn on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/96

I am getting multiple issues when trying to install the dependencies. Could you guys check that out for me please?

File "C:\Users\skavi\projects\MoneyPrinterV2\src\main.py", line 1, in <module> import schedule ModuleNotFoundError: No module named 'schedule'

TTS also seems to not get installed directly for some reason. Not sure if its in issue from TTS.

Originally created by @iamkavinnnn on GitHub (Feb 15, 2025). Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/96 I am getting multiple issues when trying to install the dependencies. Could you guys check that out for me please? ` File "C:\Users\skavi\projects\MoneyPrinterV2\src\main.py", line 1, in <module> import schedule ModuleNotFoundError: No module named 'schedule'` TTS also seems to not get installed directly for some reason. Not sure if its in issue from TTS.
kerem closed this issue 2026-03-02 04:06:36 +03:00
Author
Owner

@omgitsjan commented on GitHub (Feb 15, 2025):

It looks like the issue is due to TTS not being compatible with Python versions >3.12.

A quick workaround that worked for me was downgrading to Python 3.9.13 (Download here). Python 3.9 is recommended for this project, so it might work with other versions as well, but in my case, this version resolved the issue.

After downgrading, installing TTS using requirements.txt should work without issues. You can then start the project with python src/main.py (as stated in the README).

If you still encounter errors, try installing it manually with pip install git+https://github.com/coqui-ai/TTS.git. This should provide a more detailed error message.

<!-- gh-comment-id:2661093381 --> @omgitsjan commented on GitHub (Feb 15, 2025): It looks like the issue is due to **TTS not being compatible with Python versions >3.12**. A quick workaround that worked for me was **downgrading to Python 3.9.13** ([Download here](https://www.python.org/downloads/release/python-3913/)). Python 3.9 is recommended for this project, so it might work with other versions as well, but in my case, this version resolved the issue. After downgrading, installing **TTS** using `requirements.txt` should work without issues. You can then start the project with `python src/main.py` (as stated in the README). If you still encounter errors, try installing it manually with `pip install git+https://github.com/coqui-ai/TTS.git`. This should provide a more detailed error message.
Author
Owner

@FujiwaraChoki commented on GitHub (Feb 15, 2025):

As @omgitsjan stated, this is an issue with Python Versions. Please downgrade to Python 3.9. Will close now.

<!-- gh-comment-id:2661107172 --> @FujiwaraChoki commented on GitHub (Feb 15, 2025): As @omgitsjan stated, this is an issue with Python Versions. Please downgrade to Python 3.9. Will close now.
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#72
No description provided.