-
pyo3 can compile with arm64 conda env on my mac, but when I share my binary to other mac M1 with x86_64 conda env got a error:
So I switch my conda env to x64(
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Are you using setuptools-rust or maturin? Sounds like something those projects should be able to handle. |
Beta Was this translation helpful? Give feedback.
-
I vendor arm64 libpython3.9.dylib with my binary, and force conda x64 env use my vendor dylib, my binary works well on arm64 with conda x64 env |
Beta Was this translation helpful? Give feedback.
I vendor arm64 libpython3.9.dylib with my binary, and force conda x64 env use my vendor dylib, my binary works well on arm64 with conda x64 env