-
Notifications
You must be signed in to change notification settings - Fork 262
ImportError: No module named dicom #350
New issue
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
Comments
What do you get for:
How did you install pydicom? Is it possible that you installed it with |
I am guessing it is due to pydicom 1.0 being installed. The module name changes from "dicom" to "pydicom": https://github.com/darcymason/pydicom/wiki/Porting-to-pydicom-1.0 |
Hmm, sorry for the noise. I guess 1.0 isn't quite out yet. |
@matthew-brett I get: @moloney yes I have pydicom 1.0 from git installed. I tried with the pip version as well, but that didn't work either. But it was the anaconda pip, so it sounds like that is why. |
The code needs to be update to work with pydicom 1.0, but should work with 0.99 and earlier. |
thanks, I fixed the pydicom version and it works. |
I made a new issue for this, just so we don't forget: #351 |
Hi,
I get the following error trying to load dicom files with nibabel. The files are from a Siemens Skyra.
I have pydicom install, any ideas what the problem might be?
best wishes,
mads
The text was updated successfully, but these errors were encountered: