-
Notifications
You must be signed in to change notification settings - Fork 133
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 failure on OSX Ventura #271
Comments
It should not try to load libFLAC from usr/local/opt... Is there a |
@steeley Ok, I think I know what the problem is... Next week, I should be able to build a new installer for you to try. I'll let you know when it's available. |
fantastic - thanks for the help. I look forward to testing for you. |
I get
|
Did you manage to solve the error? I'm trying to download Python on Windows 11 on the same Python version 3.12.1 and when installing pip I get that error. |
still waiting for a new version of PYO installer |
Sure, i use a lower python version and all is fine. |
I noticed a similar issue with libportmidi, @belangeo. In the wheel building script, I think the wrong libportmidi version is used here. If you download the wheel from PyPi, unzip it,
|
On an arm mac I was able to get this to work after getting the error about libflac by install ffmpeg with brew. |
following your install instructions:
sudo python3 -m pip install pyo
from pyo import *
produces this error:
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyo/_pyo.cpython-311-darwin.so, 0x0002): Library not loaded: /usr/local/opt/flac/lib/libFLAC.12.dylib
Referenced from: <590F9E88-40CA-3E2C-9C1A-7357E88EDA9E> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyo/libsndfile.1.dylib
Reason: tried: '/usr/local/opt/flac/lib/libFLAC.12.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/flac/lib/libFLAC.12.dylib' (no such file), '/usr/local/opt/flac/lib/libFLAC.12.dylib' (no such file), '/usr/lib/libFLAC.12.dylib' (no such file, not in dyld cache)
The text was updated successfully, but these errors were encountered: