franccesco / getaltname

Extract subdomains from SSL certificates in HTTPS sites.
https://franccesco.github.io/getaltname/
MIT License
364 stars 74 forks source link

installation failed on Windows 10 #11

Closed ghost closed 4 years ago

ghost commented 4 years ago
Traceback` (most recent call last):
  File "setup.py", line 5, in <module>
    long_description = fh.read()
  File "C:\Users\User1\AppData\Local\Programs\Python\Python37\lib\encodings\cp1252.py", line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 2183: character maps to <undefined>

Help please. Thanks.

franccesco commented 4 years ago

Yup, I'm aware of this issue, I'll be releasing a new version with a fix in the next couple of days.

franccesco commented 4 years ago

Hi @leonv024 could you try installing it again? It should be fixed by now, remember to have Python >= 3.8, let me know if the problem continue please.

ghost commented 4 years ago

works, thanks mate.