trane293 / DDSM-Software-Chris-Rose

This is a mirror repository for hosting the important DDSM Software written by Dr. Chris Rose, University of Manchester. This is just in case when the official website (microserf.org.uk) is down.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./get-ddsm-mammo not working on Ubuntu 19.04

ananda1996ai opened this issue · comments

I am trying to download a DDSM image using this software on Ubuntu 19.04 machine. Encountered the following error:

run-detectors: unable to find an interpreter for ./jpeg.exe
Traceback (most recent call last):
2: from ./get-ddsm-mammo:328:in `<main>'
1: from ./get-ddsm-mammo:278:in `main'
./get-ddsm-mammo:233:in `ljpeg_to_pnm': Could not convert from LJPEG to raw. (RuntimeError)`

```
Both jpeg and jpeg.exe files are given execution permission. Why is the jpeg.exe being executed instead of the jpeg (appropriate for Linux)? Are there any fixes/workarounds to this issue?

Any help would be appreciated.