Open dzianisv opened 10 months ago
ok, it seems that this module depends on speexdsp-lib that is not available for macOS
That's correct, that library would need to be compiled for OSX. But the functionality provided by that library is optional, so I can adjust setup.py
so that you won't get that error when install on Mac systems.
That's correct, that library would need to be compiled for OSX. But the functionality provided by that library is optional, so I can adjust
setup.py
so that you won't get that error when install on Mac systems.
@dzianisv @dscripka hi~Can arm's Apple chip mac run this project?
@JIeJaitt yes, the project itself can run on Apple M series chips, yes, but some functionality might not be supported, and performance may not be optimized.
Module fails on macOS because
ModuleNotFoundError: No module named 'speexdsp_ns'