tfmoraes / python-gdcm

GDCM Packaging
Apache License 2.0
20 stars 6 forks source link

Error installing with Docker using ubuntu:20.04 as base #6

Closed jwn8175 closed 3 years ago

jwn8175 commented 3 years ago

I am installing several packages using pip as such pip3 install pillow pydicom .... But when I do pip3 install python-gdcm I get an error. I have included the logs in a txt file.

image

install-log.txt

tfmoraes commented 3 years ago

It seems to me that your system doesn't have Cmake installed. Also, you have to install Ninja build and Swig.

jwn8175 commented 3 years ago

Will give that a try, thank you.