Skip to content

README file causes UnicodeDecodeError in setup.py #55

Description

@AndrewGearhart

Seems that the UTF-8 name Otis Gospodnetić causes a problem for the Unicode Decoder as it doesn't know what to do with the c with the acute accent.

Possible fix:
https://github.com/search5/solrpy/blob/master/setup.py#L10
to:
with open('README.md', "r", encoding="utf-8", errors="ignore") as f:

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