Rakshith2597 / Dicom-fileconverter

Web portal to convert dicom to custom file format -Internship@ IIT Kharagpur
1 stars 0 forks source link

ModuleNotFoundError: No module named 'gdcm' #3

Closed tanishq19 closed 5 years ago

tanishq19 commented 5 years ago

C:\Users\hp\AppData\Local\Programs\Python\Python36\dicom-flask-uploader-master\dicom_flask_uploader>python app.py Traceback (most recent call last): File "app.py", line 7, in from models import db, uploaded_dicoms, Dicom File "C:\Users\hp\AppData\Local\Programs\Python\Python36\dicom-flask-uploader-master\dicom_flask_uploader\models.py", line 3, in import mudicom File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\mudicom__init__.py", line 15, in from .base import Dicom File "C:\Users\hp\AppData\Local\Programs\Python\Python36\lib\site-packages\mudicom\base.py", line 11, in import gdcm ModuleNotFoundError: No module named 'gdcm'

Rakshith2597 commented 5 years ago

gdcm was missing in the requirements.txt file, This can be solved by either installing the module separately or installing all packages using the updated requirements.txt