JetsonHacksNano / ServoKit

Install the Adafruit ServoKit Circuit Python library on the NVIDIA Jetson Nano Developer Kit
MIT License
58 stars 34 forks source link

Adafruit-PlatformDetect version that for python3.6.x #6

Closed ctm6100 closed 2 years ago

ctm6100 commented 2 years ago

Description Jetson on python 3.6 If the Adafruit-PlatformDetect version >3.19.6, the error will appear in Adafruit-PlatformDetect

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

belal-ibrahim commented 2 years ago

pip3 install --upgrade setuptools would solve your issue