notmatthancock / pylidc

An object relational mapping for the LIDC dataset using sqlalchemy.
https://pylidc.github.io
Other
105 stars 40 forks source link

Not able to do path configuration for pylidc on mac #48

Closed Snigda0402 closed 2 years ago

Snigda0402 commented 3 years ago

RuntimeError: Could not establish path to dicom files. Have you specified the path option in the configuration file /Users/gedelasnigda/.pylidcrc? I am getting this runtime error

I have put this code in my configuration file: [dicom] path=/Users/snigda/Desktop/x/LIDC-IDRI
warn = True

notmatthancock commented 3 years ago

The error message shows a different username than the one listed in your config. Are you sure you have the .pylidcrc config file in the correct user directory?