-
Notifications
You must be signed in to change notification settings - Fork 20
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
Solution: how to run Cecilia5 on modern macs #119
Comments
Running on modern Macs hasn't really been the problem - it seems the OS, in this case Sonoma, has been the problem. Are you running Sonoma? :) |
Running into all kinds of trouble on Sequoia 15.1, we desperately need a packaged ARM app. One can only dream... EDIT: Managed to get a packaged app working on an M4 running Sequoia 15.1. Only took 6 hours of trying everything under the sun!
To package it into an .app:
setup.py:
|
Hi, I tried your instructions and did not succeed.
When I run python3 cecilia5.py, I get this error:
|
Looks like you need to install the pyo dependencies first?
|
Ok thanks. Now I'm getting these errors
/Users/jrls/Downloads/cecilia5-5.4.0/Resources/CeciliaPlot.py:971: SyntaxWarning: "is not" with a literal. Did you mean "!="? Traceback (most recent call last): |
sorry, I'm not a programmer... so for me it's a bit hard to follow you. |
Hi
I was fiddling around today to get Cecilia5 working again on my Mac Mini M1.
This is what I found:
Don't use the release packages from their website (ajaxsoundstudio.com) but use the source code provided here on Github.
First, open a terminal window and install homebrew :
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
When homebrew is installed, install these packages:
brew install git flac libogg libvorbis libopusenc mpg123 lame portmidi
Create a directory called git and enter it:
Clone the Cecilia5 source code:
git clone https://github.com/belangeo/cecilia5.git
Enter the cecilia5 directory and run Cecilia5:
In my case, Cecilia5 runs :)
Maybe this can be extended by Mac experts how to add a nice icon etc and to avoid entering the terminal window to use Cecilia5.
Hope this helps!
The text was updated successfully, but these errors were encountered: