What am I doing wrong?

mycroft-core git:(dev) ./mycroft.sh start -v
mycroft-service failed to start. The log is below:

import tornado.web as web

File “/usr/local/lib/python2.7/site-packages/tornado/web.py”, line 87, in
from tornado import httputil
File “/usr/local/lib/python2.7/site-packages/tornado/httputil.py”, line 44, in
from httplib import responses # py2
File “/usr/lib/python2.7/httplib.py”, line 1230, in
import ssl
File “/usr/lib/python2.7/ssl.py”, line 133, in
PROTOCOL_SSLv23 = PROTOCOL_TLS
NameError: name ‘PROTOCOL_TLS’ is not defined
➜ mycroft-core git:(dev)

Hey Randall,

Sorry for the delay in this getting approved.

Did you run the set up scripts as outlined in the getting started?