SBU-BMI / quip_distro

BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

libreadline-gplv2-dev has no installation candidate #336

Open florianbuettner opened 1 year ago

florianbuettner commented 1 year ago

Hi, the installation ("docker-compose -f quip-pathdb.yml build") breaks during building of the segloader with the error message:

0 1.138 E: Package 'libreadline-gplv2-dev' has no installation candidate

.... ERROR: Service 'segloader' failed to build : Build failed

minhmanho commented 1 year ago

Hi, I figured it out. Let's try their latest version that uses mongo:latest.

In the YAML file, line 59 https://github.com/SBU-BMI/quip_distro/blob/c491caff5d480e97a494af960246f1fac30f1319/quip-pathdb.yml#L59 you should specify the latest version, modified as:

build: "https://github.com/SBU-BMI/SegmentationLoader.git"
florianbuettner commented 1 year ago

Great, thanks!