Replies: 1 comment 2 replies
-
试着执行 pip install -r requirements.txt --upgrade |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
E:\github项目\ChuanhuChatGPT>python ChuanhuChatbot.py
Traceback (most recent call last):
File "E:\github项目\ChuanhuChatGPT\ChuanhuChatbot.py", line 13, in
from modules.models.models import get_model
File "E:\github项目\ChuanhuChatGPT\modules\models\models.py", line 29, in
from .base_model import BaseLLMModel, ModelType
File "E:\github项目\ChuanhuChatGPT\modules\models\base_model.py", line 16, in
from duckduckgo_search import DDGS
ImportError: cannot import name 'DDGS' from 'duckduckgo_search' (C:\Users\赛季花\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgo_search_init_.py)
E:\github项目\ChuanhuChatGPT>
Beta Was this translation helpful? Give feedback.
All reactions