I am trying to recive data from a BNO055 to my Odroid XU4.
I have followed this guide https://learn.adafruit.com/adafruit-bno055-absolute-orientation-sensor/python-circuitpython
But when I import board
I get this error:
import board
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.10/dist-packages/board.py", line 124, in <module>
elif board_id == ap_board.ORANGE_PI_4:
AttributeError: module 'adafruit_platformdetect.constants.boards' has no attribute 'ORANGE_PI_4'. Did you mean: 'ORANGE_PI_2'?`
My pip list:
Adafruit-Blinka 8.2.0
adafruit-circuitpython-bno055 5.4.7
adafruit-circuitpython-busdevice 5.2.3
adafruit-circuitpython-lis3dh 5.1.18
adafruit-circuitpython-register 1.9.14
adafruit-circuitpython-requests 1.12.8
adafruit-circuitpython-typing 1.8.1
adafruit-extended-bus 1.0.2
Adafruit-GPIO 1.0.3
Adafruit-PlatformDetect 3.27.2
Adafruit-PureIO 1.1.9
adafruit-python-shell 1.3.3
apturl 0.5.2
args 0.1.0
ayatana-settings 21.1.28
bcrypt 3.2.0
blinker 1.4
Brlapi 0.8.3
cajarename 21.11.24
certifi 2020.6.20
chardet 4.0.0
click 8.0.3
clint 0.5.1
colorama 0.4.4
command-not-found 0.3
cryptography 3.4.8
cupshelpers 1.0
dbus-python 1.2.18
defer 1.0.6
deja-dup-caja 0.0.9
distro 1.7.0
distro-info 1.1build1
duplicity 0.8.21
fasteners 0.14.1
folder-color-caja 0.0.86
folder-color-common 0.0.86
future 0.18.2
gpg 1.16.0-unknown
httplib2 0.20.2
idna 3.3
importlib-metadata 4.6.4
jeepney 0.7.1
keyring 23.5.0
language-selector 0.1
launchpadlib 1.10.16
lazr.restfulclient 0.14.4
lazr.uri 1.0.6
lockfile 0.12.2
louis 3.20.0
macaroonbakery 1.3.1
Magnus 1.0.3
Mako 1.1.3
MarkupSafe 2.0.1
mate-hud 22.4.4
mate-tweak 22.4.8
monotonic 1.6
more-itertools 8.10.0
mysql-connector-python 8.0.30
netifaces 0.11.0
oauthlib 3.2.0
olefile 0.46
onboard 1.4.1
paramiko 2.9.3
pexpect 4.8.0
Pillow 9.0.1
pip 22.0.2
protobuf 3.12.4
psutil 5.9.0
ptyprocess 0.7.0
pulsemixer 1.5.1
pycairo 1.20.1
pycryptodomex 3.11.0
pycups 2.0.1
pyftdi 0.54.0
PyGObject 3.42.1
PyJWT 2.3.0
pymacaroons 0.13.0
PyNaCl 1.5.0
pyparsing 2.4.7
pyRFC3339 1.1
pyserial 3.5
python-apt 2.3.0+ubuntu2.1
python-dateutil 2.8.1
python-debian 0.1.43ubuntu1
python-xapp 2.2.1
python-xlib 0.29
pytz 2022.1
pyusb 1.2.1
pyxattr 0.7.2
pyxdg 0.27
PyYAML 5.4.1
reportlab 3.6.8
requests 2.25.1
SecretStorage 3.3.1
setproctitle 1.2.2
setuptools 65.5.0
six 1.16.0
spidev 3.5
ssh-import-id 5.11
systemd-python 234
typing_extensions 4.3.0
ubuntu-advantage-tools 27.8
ubuntu-drivers-common 0.0.0
ufw 0.36.1
unattended-upgrades 0.1
urllib3 1.26.5
wadllib 1.3.6
wheel 0.37.1
xdg 5
xkit 0.0.0
youtube-dl 2021.12.17
zipp 1.0.0
Thanks in advance! Best regards Max