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
= note: warning(link): framework not found for '-framework CoreFoundation'
warning(link): Framework search paths:
error: FrameworkNotFound
error: could not compile `XXX` (lib) due to previous error
💥 maturin failed
Caused by: Failed to build a native library through cargo
Caused by: Cargo build finished with "exit status: 101": `"cargo" "rustc" "--features" "pyo3/extension-module" "--target" "aarch64-apple-darwin" "--message-format" "json-render-diagnostics" "--manifest-path" "/app/Cargo.toml" "--lib" "--crate-type" "cdylib" "--" "-C" "link-arg=-undefined" "-C" "link-arg=dynamic_lookup" "-C" "link-args=-Wl,-install_name,@rpath/XXX.cpython-311-darwin.so"`
I guess it might be connected with this issue #1341 but not directly. When installing chrono without default features it works but I need Utc::now() feature, how can I handle it?
The text was updated successfully, but these errors were encountered:
When using chrono lib in project that is build by maturin for Python bindings by running:
I'm getting
I guess it might be connected with this issue #1341 but not directly. When installing
chrono
without default features it works but I needUtc::now()
feature, how can I handle it?The text was updated successfully, but these errors were encountered: