You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: