-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Install fail on macOS Sonoma 14.2, on Apple M2 laptop #889
Comments
Same problem on Monterey, M1 Max Macbook. Both as standalone and both as a dependency, can't use some tools now because of it. Python 3.11.7 tho - will try to downgrade |
M1 Ventura, i tried python 3.8, then python3.8 -m pip install spleeter => DONE |
Thanks! I tried:
|
Unfortunately, although a spleeter binary is indeed created, it doesn't run.
Here's the macOS python problem report for this: Translated Report (Full Report Below)Process: Python [73739] Date/Time: 2024-01-15 14:32:12.5590 -0500 Sleep/Wake UUID: 31209E0C-D0BE-4117-9C13-E0F8FC402DD1 Time Awake Since Boot: 110000 seconds System Integrity Protection: enabled Notes: Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Termination Reason: Namespace SIGNAL, Code 4 Illegal instruction: 4 Error Formulating Crash Report: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread Thread 1:: com.apple.rosetta.exceptionserver Thread 0 crashed with X86 Thread State (64-bit): Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Full Report{"app_name":"Python","timestamp":"2024-01-15 14:32:12.00 -0500","app_version":"3.8.16","slice_uuid":"e5988c88-fde7-31fb-8edf-29190a718094","build_version":"3.8.16","platform":1,"bundleID":"org.python.python","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.2.1 (23C71)","roots_installed":0,"name":"Python","incident_id":"9415D362-F0CA-482D-B029-C98327F21CFF"}
], Model: Mac14,15, BootROM 10151.61.4, proc 8:4:4 processors, 24 GB, SMC |
Description
Tried to install using:
conda install -c conda-forge ffmpeg libsndfile
[ran with no errors]
Then:
pip install spleeter
Step to reproduce
conda install -c conda-forge ffmpeg libsndfile
pip install spleeter
Output
Environment
Additional context
The text was updated successfully, but these errors were encountered: