Using python3 does get rid of the error a new error shows up.
Traceback (most recent call last):
File “servo.py”, line 1, in
from adafruit_servokit import ServoKit
File “/home/capstone/.local/lib/python3.6/site-packages/adafruit_servokit.py”, line 35, in
import board
File “/home/capstone/.local/lib/python3.6/site-packages/board.py”, line 39, in
import adafruit_platformdetect.constants.boards as ap_board
File “/home/capstone/.local/lib/python3.6/site-packages/adafruit_platformdetect/init.py”, line 10, in
from .board import Board
File “/home/capstone/.local/lib/python3.6/site-packages/adafruit_platformdetect/board.py”, line 24
from future import annotations
^
SyntaxError: future feature annotations is not defined