I install gdcm in windows ,then i "import gdcm" in python, I got anerror

1k Views Asked by At

I install gdcm in windows ,then I "import gdcm" in python, I got this error, My environment is python2.7.9, gdcm is GDCM-2.8.4-Windows-x86_64, enter image description here

1

There are 1 best solutions below

0
Bartłomiej On

Your error comes, because Python 3 is recquired. You should upgrade your Python environment. If you need to stay with Python 2, maybe this question would be useful.