ardha27 / AI-Waifu-Vtuber

AI Vtuber for Streaming on Youtube/Twitch
820 stars 131 forks source link

I followed read.me, but it seems like the package versions are different and there is a conflict. #96

Open Junghigh opened 7 months ago

Junghigh commented 7 months ago

C:\Users\jinu\AppData\Local\Programs\Python\Python312\python.exe C:\Users\jinu\Py\AI-Waifu-Vtuber-master\run.py Traceback (most recent call last): File "C:\Users\jinu\Py\AI-Waifu-Vtuber-master\run.py", line 1, in import openai File "C:\Users\jinu\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai__init.py", line 8, in from . import types File "C:\Users\jinu\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai\types__init__.py", line 5, in from .image import Image as Image File "C:\Users\jinu\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai\types\image.py", line 5, in from .._models import BaseModel File "C:\Users\jinu\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_models.py", line 25, in from ._types import ( File "C:\Users\jinu\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_types.py", line 23, in from httpx import URL, Proxy, Timeout, Response, BaseTransport, AsyncBaseTransport ImportError: cannot import name 'BaseTransport' from 'httpx' (C:\Users\jinu\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\init__.py). Did you mean: 'ASGITransport'?

I already installed -r requirements.txt There was no problem installing it except for Mecab. How can I do this?

Yunicar commented 2 weeks ago

same issue here any update?