Open lezwon opened 3 years ago
There's a chance that you'll need newer kernel for this. You should be able to check supported capabilities by running:
import liburing
print(liburing.probe())
If it doesn't help, try asking here - https://github.com/YoSTEALTH/Liburing
Hi, I tried running this code:
I get the following error:
These are the system details. It is an AWS machine.
I installed
liburing
from source. Could you tell me if I'm doing something wrong?