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 error on Windows #200

Closed
hwchase17 opened this issue Nov 26, 2022 · 2 comments
Closed

Unicode error on Windows #200

hwchase17 opened this issue Nov 26, 2022 · 2 comments
Labels
01 bug Confirmed bug

Comments

@hwchase17
Copy link
Contributor

File "C:\ProgramData\Anaconda3\envs\LangChain\lib\encodings\cp1252.py", line 23, in decode
          return codecs.charmap_decode(input,self.errors,decoding_table)[0]
      UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 8: character maps to <undefined>
@hwchase17 hwchase17 added the 01 bug Confirmed bug label Nov 26, 2022
@hwchase17
Copy link
Contributor Author

enabling unicode system wide (PYTHONUTF8=1) should be a temporary fix

markey added a commit to markey/langchain that referenced this issue Nov 26, 2022
hwchase17 pushed a commit that referenced this issue Nov 26, 2022
Fix Unicode error on Windows during setup, while trying to read contents
of README.md.

(Issue #200)
@ragvendra3898
Copy link

where to put this (PYTHONUTF8=1)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 bug Confirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants