Skip to content

Devbox build issue on Mac | Build Fails #315

@pranavvardia

Description

@pranavvardia

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:-

Image 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions