We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@che85 any chance you can look into this or suggest what could be going on?
The text was updated successfully, but these errors were encountered:
This is happening in today's Slicer nightly / Quantitative Reporting
Sorry, something went wrong.
I think I see what is going on. Somehow, import dicom resolves differently on mac and linux. This appears to be a Slicer issue.
import dicom
mac:
>>> import dicom >>> print dicom <module 'dicom' from '/Applications/Slicer.app/Contents/lib/Python/lib/python2.7/site-packages/dicom/__init__.pyc'>
linux:
>>> import dicom >>> print dicom <module 'dicom' from '/media/psf/Home/Desktop/DICOM4MICCAI-2018/DICOM4MICCAI-Software/Slicer-4.9.0-2018-09-10-linux-amd64/lib/
posted on the forum https://discourse.slicer.org/t/import-dicom-resolves-differently-across-platforms/4072
As resolved by @jcfr this problem was due to file system being not case sensitive.
No branches or pull requests
@che85 any chance you can look into this or suggest what could be going on?
The text was updated successfully, but these errors were encountered: