modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.
https://doc.agentscope.io/
Apache License 2.0
4.81k stars 294 forks source link

cannot import name '_is_windows' #417

Closed RyanOvO closed 3 weeks ago

RyanOvO commented 3 weeks ago

报错: ImportError: cannot import name '_is_windows' from 'agentscope.utils.tools' (/home/apienv/lib/python3.10/site-packages/agentscope/utils/tools.py)

version: 0.0.5a1

pan-x-c commented 3 weeks ago

_is_windows is introduced in 0.0.6. Please install the latest version of Agentscope. You can install AgentScope using the latest source code by pip install -e .