Skip to content

UnicodeDecodeError installing 4.1.0.13 #94

@alecisec

Description

@alecisec

UnicodeDecodeError when attempting to install 4.1.0.13 (4.1.0.12 and 4.1.0.14 install fine)
OS - ubuntu:18.04

$pip3 install maec==4.1.0.13
Collecting maec==4.1.0.13
Using cached https://files.pythonhosted.org/packages/bb/3d/b9075416ce1dd17ad866253b7c7987e52b78bb8b8c1c6dc23f4b1a94e51f/maec-4.1.0.13.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-1suy8udn/maec/setup.py", line 24, in
readme = f.read()
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 141: ordinal not in range(128)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions