We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
` 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)`
The text was updated successfully, but these errors were encountered:
@liuyoyi
Please execute the following command to provide the Python version.
$ python -V
Sorry, something went wrong.
@MyKings `# python -V Python 2.7.6
`
a33ba52
@liuyoyi Release version 0.1.6 to resolve this issue.
MyKings
No branches or pull requests
` File "", line 17, in
File "/tmp/pip_build_root/python-masscan/setup.py", line 21, in
File "/usr/lib/python2.7/encodings/ascii.py", line 26, in decode
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4267: ordinal not in range(128)`
The text was updated successfully, but these errors were encountered: