adafruit / Adafruit_CircuitPython_ServoKit

CircuitPython helper library for the PWM/Servo FeatherWing, Shield and Pi HAT kits.
MIT License
69 stars 29 forks source link

kept having this after runnning my code #43

Closed Real4LA closed 2 years ago

Real4LA commented 2 years ago

from adafruit_servokit import ServoKit File "/usr/local/lib/python3.6/dist-packages/adafruit_servokit.py", line 35, in import board File "/home/jetson/.local/lib/python3.6/site-packages/board.py", line 39, in import adafruit_platformdetect.constants.boards as ap_board File "/home/jetson/.local/lib/python3.6/site-packages/adafruit_platformdetect/init.py", line 10, in from .board import Board File "/home/jetson/.local/lib/python3.6/site-packages/adafruit_platformdetect/board.py", line 24 from future import annotations ^ SyntaxError: future feature annotations is not defined

Neradoc commented 2 years ago

Hi, that is also a feature that requires python 3.7, you are running python 3.6, you should consider updating your python installation.