Description
Jetson on python 3.6
If the Adafruit-PlatformDetect version >3.19.6, the error will appear in Adafruit-PlatformDetect
Error: future feature annotations is not defined
this can be fix by removing the current version of Adafruit-PlatformDetect (anything after 3.19.6)
and install presivous version of Adafruit-PlatformDetect (anything <= 3.19.6)
Description Jetson on python 3.6 If the Adafruit-PlatformDetect version >3.19.6, the error will appear in Adafruit-PlatformDetect
Error: future feature annotations is not defined
this can be fix by removing the current version of Adafruit-PlatformDetect (anything after 3.19.6) and install presivous version of Adafruit-PlatformDetect (anything <= 3.19.6)
Change Made in installServoKit.sh,
updated readme to log this issues