flutydeer / audio-slicer

A simple GUI application that slices audio with silence detection
MIT License
1.15k stars 161 forks source link

Unhandled exception in script #14

Closed JirachiBoi closed 3 months ago

JirachiBoi commented 11 months ago

I get this error when trying to run slicer-gui.exe:

Unhandled exception in script Failed to execute script 'slicer-gui' due to unhandled exception: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed."

I tried uninstalling and re-installing NumPy, and it did not fix the error.

flutydeer commented 11 months ago

Are you using the latest version from Releases?

JirachiBoi commented 11 months ago

Yes

flutydeer commented 11 months ago

Did you extract all the files in the zip file?

JirachiBoi commented 11 months ago

Again, yes

flutydeer commented 11 months ago

The cause of this issue may be hard to find. Please try to clone this repository and install requirements. If that doesn't work, use OpenVPI's dataset-tools instead. It contains another implementation of audio slicer.