- "{1} version {2} was unable to identify the board and/or microcontroller running "
- "the {0} platform. Please be sure you have the latest packages running: 'pip3 install "
- "--upgrade adafruit-blinka adafruit-platformdetect'".format(
- platform.system(), package[0], package[1]
- )
+ f"""
+ {package[0]} version {package[1]} was unable to identify the board and/or
+ microcontroller running the {platform.system()} platform. Please be sure you
+ have the latest packages by running:
+ 'pip3 install --upgrade adafruit-blinka adafruit-platformdetect'
+
+ If you are running the latest package, your board may not yet be supported. Please
+ open a New Issue on GitHub: https://github.com/adafruit/Adafruit_Blinka/issues
+ """