Cannot connect to LSMDSOX accelerometer

I bought an Adafruit LSM6DSOX module and I connected to my Rockpi4 board. I installed the provided libraries and tried to follow their examples. However, the

import board

command returns the following error:
NotImplementedError: board not supported None
Is there a way to fix it? Can I connect to the module in other ways?

I think Adafruit only support the Raspberry Pi. What packages have you installed? You need to replace the rpi.gpio package to the rockpi libmraa package. Or you can check if there is support in UPM.

https://github.com/eclipse/upm