No module named 'cert_issuer'

Hello hussain ,
It looks like encoding error can be solve by adding utf8 in setup file -

setup.py - line 13

with open(os.path.join(here, ‘README.md’),encoding=“utf8”) as fp:
long_description = fp.read()

Thanks ,
Gourav