Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS M1 Problem with Wrapper #15

Open
SolarGuy8 opened this issue Oct 3, 2024 · 1 comment
Open

MacOS M1 Problem with Wrapper #15

SolarGuy8 opened this issue Oct 3, 2024 · 1 comment

Comments

@SolarGuy8
Copy link

Traceback (most recent call last):
File "/Users/art/PycharmProjects/rapfame-auto-mastering/app.py", line 174, in
main()
File "/Users/art/PycharmProjects/rapfame-auto-mastering/app.py", line 135, in main
denoiser_new = RNNoise()
File "/Users/art/Library/Python/3.8/lib/python/site-packages/rnnoise_wrapper/rnnoise_wrapper.py", line 51, in init
self.rnnoise_lib = ctypes.cdll.LoadLibrary(f_name_lib)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ctypes/init.py", line 451, in LoadLibrary
return self._dlltype(name)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ctypes/init.py", line 373, in init
self._handle = _dlopen(self._name, mode)
OSError: dlopen(/Users/art/Library/Python/3.8/lib/python/site-packages/rnnoise_wrapper/libs/librnnoise_5h_b_500k.so.0.4.1, 0x0006): tried: '/Users/art/Library/Python/3.8/lib/python/site-packages/rnnoise_wrapper/libs/librnnoise_5h_b_500k.so.0.4.1' (not a mach-o file), '/System/Volumes/Preboot/Cryptexes/OS/Users/art/Library/Python/3.8/lib/python/site-packages/rnnoise_wrapper/libs/librnnoise_5h_b_500k.so.0.4.1' (no such file), '/Users/art/Library/Python/3.8/lib/python/site-packages/rnnoise_wrapper/libs/librnnoise_5h_b_500k.so.0.4.1' (not a mach-o file)

@slezkinis
Copy link

Same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants