mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[GH-ISSUE #112] Unable to install all requirements #74
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#74
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 @bpiaple on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/112
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
@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.
@AdrianMora1 commented on GitHub (Feb 20, 2025):
I also noticed in this repo doc that it is recommended to use python 3.9
@bpiaple commented on GitHub (Feb 27, 2025):
Thanks you 🙏🏽🙏🏽🙏🏽
@FujiwaraChoki commented on GitHub (Mar 11, 2025):
Hey, not just recommended - this will not work with any other version than python 3.9.