a-real-ai / pywinassistant

The first open source Large Action Model generalist Artificial Narrow Intelligence that controls completely human user interfaces by only using natural language. PyWinAssistant utilizes Visualization-of-Thought Elicits Spatial Reasoning in Large Language Models.
MIT License
1.25k stars 175 forks source link

Running error message, indicating no database files #4

Closed kkive closed 2 months ago

kkive commented 2 months ago

image

Line 1086 in file driver.py conn.commit() conn.close() database_file = r'Database\history.db' create_database(database_file) How can we solve this

maryxyan commented 2 months ago

Same problem any solutions?

OumarDicko commented 2 months ago

Same problem too

Razorbob commented 2 months ago

I got it working you can look at my PR #9 for all the changes I did to have it running. For this issue I just created the file manually in the core folder and changed the r'Database\history.db' to only r'history.db'.