Hi,
I am trying to install plugins manually - downloaded from GitHub and on the pi.
~/oprint/bin/pip install OctoPrint-YouTubeLive-master.zip
results in:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Processing ./OctoPrint-YouTubeLive-master.zip
Requirement already satisfied: OctoPrint in ./oprint/lib/python2.7/site-packages (from YouTube-Live==0.5.1) (1.3.10)
Collecting docker==2.7.0 (from YouTube-Live==0.5.1)
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)'),)': /simple/docker/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)'),)': /simple/docker/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)'),)': /simple/docker/
Any ideas on how to fix this would be appreciated.
(For various reasons I cannot install via web - locked down at a school environment)
Thank you in advance.
Jon