Skip to content

Error when downloading records from the mimic3db database #452

Closed
@Favourj-bit

Description

@Favourj-bit

I'm trying to download records from the mimic3wdb:MIMIC-III Waveform Database using the code given in the demo

import os
import wfdb

cwd = os.getcwd()
dl_dir = os.path.join(cwd, 'tmp_dl_dir')

wfdb.dl_database('mimic3wdb', dl_dir=dl_dir)
display(os.listdir(dl_dir))

But I keep on getting the error shown:
image
Please how could I solve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions