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.
Hello, I am trying to use boros but without success.
This is the line:
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.