Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5554a2

Browse filesBrowse files
authored
Merge pull request abetlen#61 from jm12138/fix_windows_install
Add UTF-8 Encoding in read_text.
2 parents 0460fdb + adfd9f6 commit a5554a2
Copy full SHA for a5554a2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44

55
this_directory = Path(__file__).parent
6-
long_description = (this_directory / "README.md").read_text()
6+
long_description = (this_directory / "README.md").read_text(encoding="utf-8")
77

88
setup(
99
name="llama_cpp_python",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.