Skip to content

panzer won't start install due to Unicode error #12

@halloleo

Description

@halloleo

After

git clone https://github.com/msprev/panzer
cd panzer
python3 setup.py install

I get

Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    readme_text = file.read()
  File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/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 127: ordinal not in range(128)

Any setting in the python3 package system needed?

Many thanks,
Leo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions