Anjok07 / ultimatevocalremovergui

GUI for a Vocal Remover that uses Deep Neural Networks.
MIT License
16.5k stars 1.24k forks source link

Unable to open on Mac, OS Big Sur #1019

Open Syntoca opened 6 months ago

Syntoca commented 6 months ago

Program cannot open, running into this issue as seen on the command line:

# /Applications/Ultimate\ Vocal\ Remover.app/Contents/MacOS/UVR Traceback (most recent call last): File "UVR.py", line 8, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/init.py", line 209, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/core/init.py", line 5, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/core/convert.py", line 7, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/core/notation.py", line 8, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/util/init.py", line 78, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/util/files.py", line 11, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "pooch/init.py", line 19, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "pooch/processors.py", line 14, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "lzma.py", line 27, in ImportError: dlopen(/Applications/Ultimate Vocal Remover.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so, 2): Library not loaded: @rpath/liblzma.5.dylib Referenced from: /Applications/Ultimate Vocal Remover.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so Reason: Incompatible library version: _lzma.cpython-311-darwin.so requires version 10.0.0 or later, but liblzma.5.dylib provides version 8.0.0 [1635] Failed to execute script 'UVR' due to unhandled exception: dlopen(/Applications/Ultimate Vocal Remover.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so, 2): Library not loaded: @rpath/liblzma.5.dylib Referenced from: /Applications/Ultimate Vocal Remover.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so Reason: Incompatible library version: _lzma.cpython-311-darwin.so requires version 10.0.0 or later, but liblzma.5.dylib provides version 8.0.0 [1635] Traceback: Traceback (most recent call last): File "UVR.py", line 8, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/init.py", line 209, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/core/init.py", line 5, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/core/convert.py", line 7, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/core/notation.py", line 8, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/util/init.py", line 78, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "librosa/util/files.py", line 11, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "pooch/init.py", line 19, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "pooch/processors.py", line 14, in File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module File "lzma.py", line 27, in ImportError: dlopen(/Applications/Ultimate Vocal Remover.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so, 2): Library not loaded: @rpath/liblzma.5.dylib Referenced from: /Applications/Ultimate Vocal Remover.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so Reason: Incompatible library version: _lzma.cpython-311-darwin.so requires version 10.0.0 or later, but liblzma.5.dylib provides version 8.0.0

Would this be an issue with my version of Python, or with my computer for whatever reason?

abjaeger commented 6 months ago

Same problem here - hoping for a solution soon