[CENTOS] What to do if you are told "Import Error: cannot import name'HTTPSHandler'" when building a virtual environment using virtualenv
background
I wanted to build a python environment using virtualenv in my lab, but I got the error ʻImportError: cannot import name'HTTPSHandler'`.
As a memorandum.
Execution environment
CentOS 7
procedure
Install openssl-devel with yum install openssl-devel