ppwwyyxx / speaker-recognition

A Speaker Recognition System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E: Package 'libblitz0-dev' has no installation candidate

vijender412 opened this issue · comments

While installing through dockerfile. I am getting this error. Please update the docker file accordingly or let me know what is the fix of the error..

6 Jun 2019 !! but adapt your source architecture and replace:
RUN apt-get install -y wget
RUN wget http://ftp.de.debian.org/debian/pool/main/b/blitz++/libblitz0v5_1.0.2+ds-2_armhf.deb
RUN wget http://ftp.de.debian.org/debian/pool/main/b/blitz++/libblitz0-dev_1.0.2+ds-2_armhf.deb
RUN dpkg -i libblitz0v5_1.0.2+ds-2_armhf.deb
RUN dpkg -i libblitz0-dev_1.0.2+ds-2_armhf.deb
RUN rm libblitz0v5_1.0.2+ds-2_armhf.deb
RUN rm libblitz0-dev_1.0.2+ds-2_armhf.deb