takuseno / minerva

An out-of-the-box GUI tool for offline deep reinforcement learning
https://takuseno.github.io/minerva
MIT License
94 stars 9 forks source link

ERROR: (sqlite3.OperationalError) unable to open database file. #5

Open Zaharah opened 3 years ago

Zaharah commented 3 years ago

Hi,

I just installed the Minerva. However when I execute minerva run command I receive following error:

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file (Background on this error at: http://sqlalche.me/e/14/e3q8)

Can you please tell me what is causing this error and how can I fix it? Thanks in advance.

takuseno commented 3 years ago

@Zaharah Hello, thanks for reporting this! Can you share which OS you use? This software has been tested only with Linux and macOS so far. So it might have something unexpected with Windows.

Zaharah commented 3 years ago

Thanks for the quick response. Yes, I am using Windows 10.

kranthiakssy commented 1 year ago

I'm facing the same in windows10. Is the issue resolved? If so, please provide the solution.