|
发表于 2022-12-25 11:59:46
|
显示全部楼层
来自: 中国山东青岛
Python 3.7.3 (/usr/bin/python3)
>>> %Run main.py
Traceback (most recent call last):
File "/home/pi/APP/examples/examples/main.py", line 22, in <module>
from Tester import tester
File "/home/pi/APP/examples/examples/Tester.py", line 19, in <module>
import board
File "/usr/local/lib/python3.7/dist-packages/board.py", line 264, in <module>
platform.system(), package[0], package[1]
NotImplementedError: Adafruit-PlatformDetect version 3.15.3 was unable to identify the board and/or microcontroller running the Linux platform. Please be sure you have the latest packages running: 'pip3 install --upgrade adafruit-blinka adafruit-platformdetect'
>>> |
|