Hello,
I am trying to use the supplychainpy module in python on Windows 10 to run a dashboard report using:
supplychainpy data.csv -a -loc absolute/path/to/current/directory -l
After execute this command on cmd, I got the following error:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file (Background on this error at: http://sqlalche.me/e/e3q8)
Does anyone had a similar error ?
After searching on stackoverflow community, I found the following suggestion:
However, I don't know how to check this tmp directory. I just found the temp directory, but I have no idea how to change the permissions about it.