sudo apt-get install zlib1g-dev

740 views
Skip to first unread message

Vinod Kumar

unread,
Feb 13, 2018, 11:26:12 AM2/13/18
to kaldi-help
Hi,

Please help in below:

uhg@uhg-virtual-machine:~/Desktop/kaldi/tools$ sudo apt-get install  zlib1g-devReading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 zlib1g-dev : Depends: zlib1g (= 1:1.2.8.dfsg-2ubuntu4) but 1:1.2.8.dfsg-2ubuntu4.1 is to be installed
E: Unable to correct problems, you have held broken packages.

Daniel Galvez

unread,
Feb 13, 2018, 11:29:34 AM2/13/18
to kaldi-help
This is not a Kaldi related question. There's lots of documentation available on package managers online.

Maybe try sudo apt-get update then they to install again.

--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/12c65d25-73c2-4321-96e2-5ee66a0065a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Vinod Kumar

unread,
Feb 14, 2018, 1:36:41 AM2/14/18
to kaldi-help
Thank you so much Daniel. It worked.

and It is very well related to Kaldi. I am working on ASR using Kaldi.

Regards,
Vinod


On Tuesday, February 13, 2018 at 9:59:34 PM UTC+5:30, Daniel Galvez wrote:
This is not a Kaldi related question. There's lots of documentation available on package managers online.

Maybe try sudo apt-get update then they to install again.
On Tue, Feb 13, 2018 at 8:26 AM, Vinod Kumar <vinodlu...@gmail.com> wrote:
Hi,

Please help in below:

uhg@uhg-virtual-machine:~/Desktop/kaldi/tools$ sudo apt-get install  zlib1g-devReading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 zlib1g-dev : Depends: zlib1g (= 1:1.2.8.dfsg-2ubuntu4) but 1:1.2.8.dfsg-2ubuntu4.1 is to be installed
E: Unable to correct problems, you have held broken packages.

--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.

To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/12c65d25-73c2-4321-96e2-5ee66a0065a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

an...@sayint.ai

unread,
Feb 15, 2018, 7:18:11 AM2/15/18
to kaldi-help
This is an Ubuntu related question and not Kaldi related.

Sîng-hông Sih

unread,
Feb 21, 2018, 11:17:36 PM2/21/18
to kaldi-help
May I make a dockerfile pull request containing kaldi install script?
The dockerfile will be another docs for installing.

It cannot be executed by travis CI, because installing kaldi consumes too much resource.


an...@sayint.ai於 2018年2月15日星期四 UTC+8下午8時18分11秒寫道:

Daniel Povey

unread,
Feb 21, 2018, 11:25:41 PM2/21/18
to kaldi-help
I'm not such an expert in docker, and it's hard to respond without knowing more about what you intend to do. Maybe it would be easiest to just make the PR and we can discuss it there.



To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.

To post to this group, send email to kaldi...@googlegroups.com.

Daniel Galvez

unread,
Feb 22, 2018, 12:11:27 AM2/22/18
to kaldi-help
The problem I've found with Docker for compiled projects like Kaldi is that most people just do a git clone of the public kaldi repo. This may be fine for people who only ever run the scripts, but it makes active development of the library impossible. You can't mount directories at build time in docker, either, so itgets difficult to shoehorn your own custom written C++ code into the build stage. If you have a solution for this, please say so.

If you are saying that doing a Dockerfile-based install could prevent travis CI from timing out, that's something I'd be interested in learning more about.


For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages