python dependency TLS/SSL error
I am trying to install a python package for use with sage (version 9.0) on Mac OS Catalina. The command
sage -pip install <package name>
yields the following error: "pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available." The problem persists for any other package.
See https://ask.sagemath.org/question/51130/