MIT-LCP / mimic-code

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases
https://mimic.mit.edu
MIT License
2.62k stars 1.53k forks source link

Unable to import data to local PostgreSQL DB. #1780

Open qualityexplorer opened 3 months ago

qualityexplorer commented 3 months ago

Prerequisites

Windows OS

Description

Tried to import as per https://mimic.mit.edu/docs/gettingstarted/local/install-mimic-locally-windows/ but receive answer through integrated PSQL Tool: "psql:C:/Tools/mimic-code-master/buildmimic/postgres/postgres_load_data_7zip.sql:31: error: 7z e -so ADMISSIONS.csv.gz: child process exited with exit code 1"

alistairewj commented 3 months ago

The build doc there almost certainly needs to be updated .. but I don't think I can give any good advice for you since the info you've provided is too limited. Could be anything from 7z not being on the environment path or the file not being in the right place.