danpovey/lilcom

Installation issue with numpy 2.0

Opened this issue · 4 comments

Lhotse CI is breaking on lilcom installation, not 100% sure why, but I think it is related to numpy 2.0 release. First, Lhotse tests were failing on numpy not available, then I cleared CI caches, and now lilcom won't install. Probably the wheel is compiled against 1.X and 2.0 has some breaking ABI changes..

https://github.com/lhotse-speech/lhotse/actions/runs/9646865466/job/26604339217?pr=1360

Should be fixed by #60.

It requires some actions from Dan to release a new version of lilcom.

@pzelasko It should be fixed now. Please retry.

Thanks! Yes that seems to have helped. It now seems that only torch 2.3+ is compiled against numpy 2.0 so I will have to adapt Lhotse tests accordingly.