[GH-ISSUE #112] Unable to install all requirements #74

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

Originally created by @bpiaple on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/112

pip install -r requirements.txt

This is the error I have : ERROR: Could not find a version that satisfies the requirement TTS (from versions: none)
ERROR: No matching distribution found for TTS

Originally created by @bpiaple on GitHub (Feb 19, 2025). Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/112 ````python pip install -r requirements.txt ```` This is the error I have : ERROR: Could not find a version that satisfies the requirement TTS (from versions: none) ERROR: No matching distribution found for TTS
kerem closed this issue 2026-03-02 04:06:37 +03:00
Author
Owner

@AdrianMora1 commented on GitHub (Feb 20, 2025):

I was facing the same problem as you, after 2 hours of research I found that this library is not compatible with python 3.12 or higher. I installed the 3.11.4 and the problem was solved, hope that it works to you too.

<!-- gh-comment-id:2670515184 --> @AdrianMora1 commented on GitHub (Feb 20, 2025): I was facing the same problem as you, after 2 hours of research I found that this library is not compatible with python 3.12 or higher. I installed the 3.11.4 and the problem was solved, hope that it works to you too.
Author
Owner

@AdrianMora1 commented on GitHub (Feb 20, 2025):

I also noticed in this repo doc that it is recommended to use python 3.9

<!-- gh-comment-id:2670530489 --> @AdrianMora1 commented on GitHub (Feb 20, 2025): I also noticed in this repo doc that it is recommended to use python 3.9
Author
Owner

@bpiaple commented on GitHub (Feb 27, 2025):

Thanks you 🙏🏽🙏🏽🙏🏽

<!-- gh-comment-id:2689373098 --> @bpiaple commented on GitHub (Feb 27, 2025): Thanks you 🙏🏽🙏🏽🙏🏽
Author
Owner

@FujiwaraChoki commented on GitHub (Mar 11, 2025):

Hey, not just recommended - this will not work with any other version than python 3.9.

<!-- gh-comment-id:2715141837 --> @FujiwaraChoki commented on GitHub (Mar 11, 2025): Hey, not just recommended - this will not work with any other version than python 3.9.
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#74
No description provided.