You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a tiny Hetzner ARM instance, a simple pip install . raises an error :
Building wheels for collected packages: whispercpp
Building wheel for whispercpp (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for whispercpp (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mavx’
aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mavx2’
aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mfma’
aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mf16c’
error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for whispercpp
The text was updated successfully, but these errors were encountered:
On a tiny Hetzner ARM instance, a simple
pip install .
raises an error :The text was updated successfully, but these errors were encountered: