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
I have tried pip install sparkai, but this only results in missing sparkai.core
That seems to be the main problem spark_api.py,but I use the moonshot
Traceback (most recent call last):
File "D:\Code\python\pycharm\MetaGPT\metagpt\roles\researcher.py", line 13, in
from metagpt.actions import Action, CollectLinks, ConductResearch, WebBrowseAndSummarize
File "D:\Code\python\pycharm\MetaGPT\metagpt\actions_init_.py", line 10, in
from metagpt.actions.action import Action
File "D:\Code\python\pycharm\MetaGPT\metagpt\actions\action.py", line 15, in
from metagpt.actions.action_node import ActionNode
File "D:\Code\python\pycharm\MetaGPT\metagpt\actions\action_node.py", line 22, in
from metagpt.llm import BaseLLM
File "D:\Code\python\pycharm\MetaGPT\metagpt\llm.py", line 11, in
from metagpt.context import Context
File "D:\Code\python\pycharm\MetaGPT\metagpt\context.py", line 16, in
from metagpt.provider.base_llm import BaseLLM
File "D:\Code\python\pycharm\MetaGPT\metagpt\provider_init_.py", line 16, in
from metagpt.provider.spark_api import SparkLLM
File "D:\Code\python\pycharm\MetaGPT\metagpt\provider\spark_api.py", line 4, in
from sparkai.core.messages import _convert_to_message, convert_to_messages
ModuleNotFoundError: No module named 'sparkai'
The text was updated successfully, but these errors were encountered:
I have tried pip install sparkai, but this only results in missing sparkai.core
That seems to be the main problem spark_api.py,but I use the moonshot
Traceback (most recent call last):
File "D:\Code\python\pycharm\MetaGPT\metagpt\roles\researcher.py", line 13, in
from metagpt.actions import Action, CollectLinks, ConductResearch, WebBrowseAndSummarize
File "D:\Code\python\pycharm\MetaGPT\metagpt\actions_init_.py", line 10, in
from metagpt.actions.action import Action
File "D:\Code\python\pycharm\MetaGPT\metagpt\actions\action.py", line 15, in
from metagpt.actions.action_node import ActionNode
File "D:\Code\python\pycharm\MetaGPT\metagpt\actions\action_node.py", line 22, in
from metagpt.llm import BaseLLM
File "D:\Code\python\pycharm\MetaGPT\metagpt\llm.py", line 11, in
from metagpt.context import Context
File "D:\Code\python\pycharm\MetaGPT\metagpt\context.py", line 16, in
from metagpt.provider.base_llm import BaseLLM
File "D:\Code\python\pycharm\MetaGPT\metagpt\provider_init_.py", line 16, in
from metagpt.provider.spark_api import SparkLLM
File "D:\Code\python\pycharm\MetaGPT\metagpt\provider\spark_api.py", line 4, in
from sparkai.core.messages import _convert_to_message, convert_to_messages
ModuleNotFoundError: No module named 'sparkai'
The text was updated successfully, but these errors were encountered: