I am using the lift utility to create DPK files for my on prem environment. I am getting the followi
$ sh psft-osl.sh
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/u01/dpks/apps/cs92/pt/lift/lnx_python/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/u01/dpks/apps/cs92/pt/lift/lnx_python/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/u01/dpks/apps/cs92/pt/lift/lnx_python/lib/python2.7/hashlib.py", line 147, in <module>