FujiwaraChoki / MoneyPrinterV2

Automate the process of making money online.
GNU Affero General Public License v3.0
2.23k stars 302 forks source link

Can't get it to work: No module named 'TTS' #60

Closed MeridianGH closed 3 months ago

MeridianGH commented 3 months ago

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?

DavidXIVII commented 3 months ago

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