-
Notifications
You must be signed in to change notification settings - Fork 22
agentscope #5
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Traceback (most recent call last):
File "/home/ecs-user/Social_Science/sci_platform/run.py", line 1, in
from sci_platform import Platform
File "/home/ecs-user/Social_Science/sci_platform/sci_platform.py", line 13, in
from agentscope.agents import SciAgent
ImportError: cannot import name 'SciAgent' from 'agentscope.agents' (/home/ecs-user/anaconda3/envs/science/lib/python3.11/site-packages/agentscope/agents/init.py)
运行run.py文件报错,没有办法从项目中的agentscope导入SciAgent