When trying to setup the devbox environment on MacOS, the devbox shell command fails due to a dependency issue related to Poetry.
Here is the screenshot of the build error:-

In the image you can see that the error is due to a dependency called rapidfuzz, which is used by the latest poetry version. The rapidfuzz installation fails due to how Mac exposes the atomic library. I don't know the exact specifics of how this works, but just that it is known issue with rapiduzz on mac which was recently fixed. https://github.com/
NixOS/nixpkgs/pull/490176
I am not sure if this issue needs to be fixed from our end or it will be updated by devbox eventually since the code change was very recent, just wanted the community know if someone else faces the issue.
The fix I have found for now is to change the devbox.json entry from poetry@latest to poetry@1.8.3
When trying to setup the devbox environment on MacOS, the devbox shell command fails due to a dependency issue related to Poetry.
Here is the screenshot of the build error:-
I am not sure if this issue needs to be fixed from our end or it will be updated by devbox eventually since the code change was very recent, just wanted the community know if someone else faces the issue.
The fix I have found for now is to change the devbox.json entry from poetry@latest to poetry@1.8.3