AlizerUncaged / desktop-waifu

Desktop Waifu!
334 stars 49 forks source link

Pls Help #193

Open Nahuxuwu opened 10 months ago

Nahuxuwu commented 10 months ago

Traceback (most recent call last): File "D:\desktop-waifu-master\waifu\Src\runner.py", line 2, in import openai, humanize, os, sys, time, threading, asyncio, signal, json ModuleNotFoundError: No module named 'openai'

random-gamer-person commented 10 months ago

install open ai by typing "pip install --update openai". If you installed it and it doesnt show you can bring the openai file from your python library, to desktop-waifu-master > waifu > Lib > site-packages, and put it there, If you are using python 1.12, it was easier for me to use python 1.11 to install things so you can try that