PJLab-ADG / LimSim

LimSim & LimSim++: Integrated traffic and autonomous driving simulators with (M)LLM support
https://pjlab-adg.github.io/LimSim/
GNU General Public License v3.0
391 stars 31 forks source link

error #28

Closed a1wj1 closed 5 months ago

a1wj1 commented 5 months ago

Traceback (most recent call last): File "C:\doctor\LimSim-LimSim_plus\ExampleLLMAgentCloseLoop.py", line 288, in model = Model( File "C:\doctor\LimSim-LimSim_plus\simModel\Model.py", line 80, in init self.dbBridge.createTable() File "C:\doctor\LimSim-LimSim_plus\simModel\DBBridge.py", line 12, in createTable conn = sqlite3.connect(self.database) sqlite3.OperationalError: unable to open database file

I ran under win, reported this error, may I ask how to solve? Thanks for your reply!