Hello,
Our project need to use the AgentSociety package, follow the README to install via PIP, and I've create Python in virtual environment, but for following import statement:
from agentsociety benchmark.benchmarks import DailyMobilityAgent
from .runner import BenchmarkRunner
from agentsociety.configs import AgentConfig, Config, IndividualConfig
Got ModuleNotFoundError: No module named 'agentsociety' error.
Any help?
Thanks.