Skip to content

AttributeError: module 'boros' has no attribute 'run' #6

Description

@user451421541757324

Hello, I am trying to use boros but without success.

mkdir test
cd test
python -m venv .
git clone https://github.com/vbe0201/boros
cd boros
../bin/python -m pip install .

This is the line:

import boros

...

if __name__ == "__main__":
    boros.run(main())

But then I get the error module 'boros' has no attribute 'run'.

I also tried an installation with uv, as written in the README, but I get the same error.

I'm not a Python expert (maybe I did something wrong during installation), I just wanted to play around with io_uring a little.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions