`pip` and other packages requiring the SSL module fail on build `3.7.1-he44a216_5` in Windows systems. This was probably introduced in #12 (build 5). [Traceback](https://cirrus-ci.com/task/5519000823922688): ``` $ pip install setuptools-scm pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. ``` XREF: - Napari/napari-gui#76 - [StackOverflow: "'No SSL support included in this python' Anaconda-python3-smtplib"](https://stackoverflow.com/questions/53541815/no-ssl-support-included-in-this-python-anaconda-python3-smtplib) (6 hours ago)