mimic-workshop icon indicating copy to clipboard operation
mimic-workshop copied to clipboard

Operational Error

Open OluOrojo opened this issue 6 years ago • 1 comments

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

image

OluOrojo avatar Mar 20 '18 18:03 OluOrojo

@OluOrojo this repository holds content for a workshop that we ran in the past, and it isn't really intended for ongoing use. Have you tried looking for the error on StackOverflow?

tompollard avatar Mar 20 '18 18:03 tompollard