mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-26 00:55:53 +03:00
[GH-ISSUE #93] README.rst contains non-ASCII characters fails installtion #55
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NateScarlet on GitHub (Apr 2, 2019).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/93
Solution1
README.rst contains non-ASCII character
’, should replace it with ASCII character'See https://github.com/pypa/virtualenv/issues/201#issuecomment-3145690
Solution2
github.com/jeffknupp/sandman2@1ce21d6f7a/setup.py (L16-L17)Intentionally do adding an 'utf-8' encoding option to open
@Expire0 commented on GitHub (May 12, 2019):
I submitted a pull request for this and hopefully we can get it merged. The installation continued to fail until i added the encoding argument. Pull request https://github.com/jeffknupp/sandman2/pull/99
@jeffknupp commented on GitHub (May 29, 2019):
Fixed by #99