plandes / dsprov

Provenience of discharge summaries Pythonic access (BioNLP paper)
https://plandes.github.io/dsprov/
MIT License
1 stars 0 forks source link

Missing config #1

Closed bauerem closed 7 months ago

bauerem commented 7 months ago

If I follow the instructions in the README.md, I always run into the error of a missing config file. Would be great if you could provide an example config file or link to an explanation of how to construct this file.

(Also, when installing dependencies with the pip command you provide, an error occurs when installing psycopg2 is missing. I resolved this by installing libpq-dev but I think this should be explained too.)

plandes commented 7 months ago

@bauerem Sorry you're having issues.

Thank you for letting me know about these issues and reminding me about the missing link I omitted that points back to the upstream zensols.mimic package that has the configuration documentation. I have added those links and another example in new section in the documentation.

Re the psycopg2 module install error: this was resolved by defaulting the SQLite MIMIC-III databases upstream, but I have now released a new package that uses this fix so this will not happen to others in the future. Thanks once again for noting that and let me know if you have any further issues or questions.

bauerem commented 7 months ago

Thanks a lot for fixing this, Paul!