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
F:\python_obj\wx-bot\NGCBot>uv run main.py
Traceback (most recent call last):
File "main.py", line 1, in
from BotServer.MainServer import MainServer
File "F:\python_obj\wx-bot\NGCBot\BotServer\MainServer.py", line 1, in
from BotServer.MsgHandleServer.FriendMsgHandle import FriendMsgHandle
File "F:\python_obj\wx-bot\NGCBot\BotServer\MsgHandleServer\FriendMsgHandle.py", line 2, in
from ApiServer.AiServer.AiDialogue import AiDialogue
File "F:\python_obj\wx-bot\NGCBot\ApiServer\AiServer\AiDialogue.py", line 5, in
from sparkai.llm.llm import ChatSparkLLM, ChunkPrintHandler
ModuleNotFoundError: No module named 'sparkai.llm'
The text was updated successfully, but these errors were encountered:
F:\python_obj\wx-bot\NGCBot>uv run main.py Traceback (most recent call last): File "main.py", line 1, in from BotServer.MainServer import MainServer File "F:\python_obj\wx-bot\NGCBot\BotServer\MainServer.py", line 1, in from BotServer.MsgHandleServer.FriendMsgHandle import FriendMsgHandle File "F:\python_obj\wx-bot\NGCBot\BotServer\MsgHandleServer\FriendMsgHandle.py", line 2, in from ApiServer.AiServer.AiDialogue import AiDialogue File "F:\python_obj\wx-bot\NGCBot\ApiServer\AiServer\AiDialogue.py", line 5, in from sparkai.llm.llm import ChatSparkLLM, ChunkPrintHandler ModuleNotFoundError: No module named 'sparkai.llm'
F:\python_obj\wx-bot\NGCBot>uv run main.py
Traceback (most recent call last):
File "main.py", line 1, in
from BotServer.MainServer import MainServer
File "F:\python_obj\wx-bot\NGCBot\BotServer\MainServer.py", line 1, in
from BotServer.MsgHandleServer.FriendMsgHandle import FriendMsgHandle
File "F:\python_obj\wx-bot\NGCBot\BotServer\MsgHandleServer\FriendMsgHandle.py", line 2, in
from ApiServer.AiServer.AiDialogue import AiDialogue
File "F:\python_obj\wx-bot\NGCBot\ApiServer\AiServer\AiDialogue.py", line 5, in
from sparkai.llm.llm import ChatSparkLLM, ChunkPrintHandler
ModuleNotFoundError: No module named 'sparkai.llm'
The text was updated successfully, but these errors were encountered: