-
|
Hello, I have developed a PyO3 project which I have been using Maturin to build Wheels for. On Linux, >>maturin develop --release works with no issue. However, using the same set-up (I followed the tutorial in the user guide and am in a venv environment) I get the following error on an ARM mac: Finished release [optimized] target(s) in 44.42s --- Stderr: I've also tried to compile on an Intel Mac as well and received the same error. Is Maturin not supported on Macs? Something tells me this isn't the case. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
|
What maturin version are you using? What Python version and architecture are you using? Sounds like your development environment is messed up. Please try the solution in #979 or #982. |
Beta Was this translation helpful? Give feedback.
What maturin version are you using? What Python version and architecture are you using?
Sounds like your development environment is messed up. Please try the solution in #979 or #982.