We are using python 2.7.3 and do not have Anaconda available for install in the organization approved package list. So we have been trying to manually install the dependencies using unofficial windows binaries provided by Christoph Gohlke. Currently we are stuck at installing terminado-0.8.1-py2.py3-none-any.whl. This needs a pywinpty package which is not available for Python 2.7.
We would appreciate any suggestions on how to proceed.
We would like to get Jupyter installed using any other possible option for python 2.7.3
installing jupyter using pip gives below error so we went with manual route to install individual packages
60: InsecurePlatformWarning: A true SSLContext object is not available. This pre vents urllib3 from configuring SSL appropriately and may cause certain SSL conne ctions to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.ht ml#ssl-warnings InsecurePlatformWarning Could not fetch URL https://pypi.org/simple/jupyter/: There was a problem conf irming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/jupyter/ (Caused by SSLError(SSLError(1, '_ss l.c:504: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version'),)) - skipping Could not find a version that satisfies the requirement jupyter (from versions : ) No matching distribution found for jupyter