Skip to content
New issue

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

UnicodeDecodeError installing 4.1.0.13 #94

Closed
alecisec opened this issue Sep 6, 2018 · 5 comments
Closed

UnicodeDecodeError installing 4.1.0.13 #94

alecisec opened this issue Sep 6, 2018 · 5 comments

Comments

@alecisec
Copy link

alecisec commented Sep 6, 2018

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)

@alecisec
Copy link
Author

alecisec commented Sep 6, 2018

Same error when issuing the following commands:

git clone https://github.com/MAECProject/python-maec.git
git checkout tags//v4.1.0.13
python3 setup.py install

@alecisec alecisec changed the title 4.1.0.13 unable to be installed via pip3 UnicodeDecodeError installing 4.1.0.13 Sep 6, 2018
@gtback
Copy link
Contributor

gtback commented Sep 6, 2018

Hi, @alecisec , this was fixed in #93, and was released in 4.1.0.14. There shouldn't be any downsides to upgrading 4.1.0.13 to 4.1.0.14, but if that's a problem, let us know.

We can't release a "revised" version of 4.1.0.13. But applying this change to the v4.1.0.13 tag should fix it.

@alecisec
Copy link
Author

alecisec commented Sep 7, 2018

worked perfectly, thank you

@gtback
Copy link
Contributor

gtback commented Sep 7, 2018

@ikiril01 this can be closed.

@ikiril01
Copy link
Member

ikiril01 commented Sep 7, 2018

@gtback thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants