Piotr Żelasko

Results 178 comments of Piotr Żelasko

BTW this is in a very experimental stage, but some time ago I was able to run Lhotse feature extraction distributed on our CLSP grid with these steps (admittedly not...

@freewym FYI the subprocess crashing issue seems like a deep issue inside of libsox and its use of OpenMP, so let's not get out hopes up that this will be...

Thanks, we'll check it out.

If conda is too slow, you can try mamba, it is the same as conda, but resolves dependencies much faster. https://mamba.readthedocs.io/en/latest/installation.html

Perhaps you'll find scikit-build helpful - it's a utility for building different kinds of native extensions for Python with support for CMake (when/if you decide to migrate to CMake) https://github.com/scikit-build/scikit-build

Is there any progress on this issue? I tried CLion on Ubuntu but no luck here, as it doesn't recognize the s4tf directory as a valid Swift toolchain path. Perhaps...

I just ran into it too. The issue is likely that when you installed cmake via `pip install cmake`, then the original `cmake` package has a namespace conflict with `cmake/build_extensions.py`...

It works, thanks!

Cool, thanks, I’ll see how I can add this workaround in Lhotse.