Closed jwn8175 closed 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.
pip3 install pillow pydicom ...
pip3 install python-gdcm
install-log.txt
It seems to me that your system doesn't have Cmake installed. Also, you have to install Ninja build and Swig.
Will give that a try, thank you.
I am installing several packages using pip as such
pip3 install pillow pydicom ...
. But when I dopip3 install python-gdcm
I get an error. I have included the logs in a txt file.install-log.txt