-
I am trying to work around a problem with Open3D 0.18.0, which has an invalid wheel for arm64 macOS. To do this, I have a prebuilt wheel that should be used on macOS. On Linux, a different wheel should be used (either from PyPI or from another local whl file, it doesn't make a difference to this question). I specify this dependency in my
When I run
My question: is this the intended behaviour of Poetry? Context: I use poetry2nix which expects every entry in the lockfile to have an compatible wheel for your current platform. If you run it on macOS it will: find the Linux entry in the lockfile; fail to find a compatible wheel; and then give up with an error. It seems like this might be a bad assumption on the part of |
Beta Was this translation helpful? Give feedback.
yes