Reputation: 11
I wanted to install Kaldi in Cygwin environment.
I have installed all the necessary dependencies and packages.
When I run check_dependencies, I am getting error like,
check_dependencies.sh: zlib is not installed
./check_dependencies.sh: The following prerequisites are missing; install them first: zlib1g-d
But this issue seems to be persisting despite the fact, I have selected all dependencies that contain Zlib.
Can anyone please help me, why this is happening?
I have searched the internet and this forum. But nothing seems to be satisfying.
Kindly please help me with this issue.
Upvotes: 1
Views: 1289
Reputation: 148
I had a similar problem but installing Pillow under cygwin. As it was mentioned in the comments above by Iguananaut, the development package zlib-devel is needed. So, I just went to cygwin setup program, selected this package and installed it. The tried again to install Pillow in the cygwin terminal. The problem was solved.
Upvotes: 0