Lord-Akkrand/Skyrim-NX-Toolkit

No module named 'soundfile' with Example Mod

Closed this issue · 1 comments

When attempting to convert the example mod, it fails with an import error on the latest release.

  File "convert_sound_zappa.py", line 5, in <module>
    import soundfile
ModuleNotFoundError: No module named 'soundfile'

Full log: https://pastebin.com/3r5VMB6m

Release v2.3.2 fixed the issue.
4a53180