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

Unicode decode error fix #161

Closed

Conversation

sagunn-echo
Copy link
Contributor

Explicitly defining utf-8 encoding to avoid UnicodeDecodeError on setup.py in Windows environment

resolves #

Resolves #160

Description

Changes long_description=README.read_text() to long_description=README.read_text(encoding='utf-8')
in setup.py

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • [x ] This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md with information about my change

Explicitly defining utf-8 encoding to avoid UnicodeDecodeError on setup.py in Windows environment
@mwallace582 mwallace582 mentioned this pull request Feb 3, 2024
3 tasks
@mwallace582
Copy link
Collaborator

I've fixed the conflicts and re-issued this pull request as #169.

@mwallace582 mwallace582 closed this Feb 3, 2024
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

Successfully merging this pull request may close these issues.

UnicodeDecodeError on setup.py
2 participants