mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 14:45:53 +03:00
[GH-ISSUE #61] TTs linux users #48
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#48
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 @MrArnaudMichel on GitHub (Mar 8, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/61
I'm using linux (Debian 12)
By default the path of the TTs package is "venv\Lib\site-packages" in src/classes/Tts.py line 18.
But in my case the site-packages file was here: "venv/lib/python3.11/site-packages". After change the path, the programs works !
I don't know if it's from my machine but I don't think so.
I think it might be good to specify it in the Readme.
In any case, good job!
@FujiwaraChoki commented on GitHub (Mar 9, 2024):
For people facing the same issue ^