-
Notifications
You must be signed in to change notification settings - Fork 37
Operational Error #6
Copy link
Copy link
Open
Description
I get an error when I run this line:
Connect to the MIMIC database
conn = sqlite3.connect('data/mimicdata.sqlite')
OperationalError Traceback (most recent call last)
in ()
1 # Connect to the MIMIC database
----> 2 conn = sqlite3.connect('data/mimicdata.sqlite')
OperationalError: unable to open database file
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
