-
I can build a pyo3 project on Mac M1 but when I run or test it, it fails to load or find symbols.
In Mac M1, homebrew has a slightly different prefix. So I had to pass
pyo3 version 0.17.3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Have you tried
$ file /opt/homebrew/lib/libintl.8.dylib
/opt/homebrew/lib/libintl.8.dylib: Mach-O 64-bit dynamically linked shared library arm64 |
Beta Was this translation helpful? Give feedback.
Have you tried
cargo clean
first?_libintl_*
symbols are fromgettext
, right? What's the output offile /opt/homebrew/lib/libintl.8.dylib
? Mine is