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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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