When attempting to install libraries that rely on zstd without a specific version specified, it always pulls the last, and with 1.5.7.0 version installation tries to build the wheel inside docker because, I assume, the github action for the wheels failed on May 5th or so. Build inside docker required gcc which can be missing as it is not otherwise required for the library.
Is is possible to restart actions & get proper wheels for the latest version?
Thanks in advance