-
Notifications
You must be signed in to change notification settings - Fork 61
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 package broken #472
Comments
It may be difficult to ever run python3 DisplayCAL on older macOS versions, as far as I know only versions 14.0+ are tested to work. You might want to try the original DisplayCAL. Even though it is no longer being worked on, it claims to support older versions of macOS. https://displaycal.net/#download |
The original DisplayCAL is working fine. |
Glad to hear it! Python3 itself has nothing to do with the incompatibility, it's making DisplayCAL work on modern versions of macOS that likely broke it for older versions. The reason why this project exists is to update compatibility for newer OS versions after the old DisplayCAL was abandoned, so there's not much of a reason to keep those older OS's working when the original DisplayCAL should still work fine. |
Describe the bug
When starting DisplayCAL I get a fatal error.
Seems like a dylib isn't correctly resolved.There is no/usr/lib/libSystem.B.dylib
on my system at that path.I found this thread that could be relevant: https://forums.developer.apple.com/forums/thread/722360I'm guessing the package was not built for MacOS 12+:
See https://stackoverflow.com/a/76230856
To Reproduce
Steps to reproduce the behavior:
xattr -dr com.apple.quarantine /Applications/DisplayCAL.app
Screenshots
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: