MyKings / python-masscan

python-masscan is a python library which helps in using masscan port scanner.
https://pypi.org/project/python-masscan/
GNU General Public License v3.0
281 stars 60 forks source link

Error when install #26

Closed liuyoyi closed 4 years ago

liuyoyi commented 4 years ago

` File "", line 17, in

File "/tmp/pip_build_root/python-masscan/setup.py", line 21, in

long_description = readme_file.read()

File "/usr/lib/python2.7/encodings/ascii.py", line 26, in decode

return codecs.ascii_decode(input, self.errors)[0]

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4267: ordinal not in range(128)`

MyKings commented 4 years ago

@liuyoyi

Please execute the following command to provide the Python version.

$ python -V
liuyoyi commented 4 years ago

@MyKings `# python -V Python 2.7.6

`

MyKings commented 4 years ago

@liuyoyi Release version 0.1.6 to resolve this issue.