You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI started failing 2 days ago in test-standalone / run-integration-tests, but only on Apple Silicon runners (macos-14, macos-15).
The failure is:
ImportError: dlopen(.../lib/cryptography/hazmat/bindings/_rust.abi3.so, ...):
Library not loaded: /usr/local/opt/openssl@3/lib/libssl.3.dylib
The timing lines up with the release of cryptography 49.0.0, which differs from previous versions in that it does not come with macOS x86_64 wheels, intentionally. The Intel (x86_64) standalone build therefore no longer gets a portable wheel and instead records a local build-machine dylib path.
CI started failing 2 days ago in test-standalone / run-integration-tests, but only on Apple Silicon runners (macos-14, macos-15).
The failure is:
The timing lines up with the release of cryptography 49.0.0, which differs from previous versions in that it does not come with macOS x86_64 wheels, intentionally. The Intel (x86_64) standalone build therefore no longer gets a portable wheel and instead records a local build-machine dylib path.
Possible solutions