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

Error: 'charmap' codec can't encode characters in position #65

Open
gokulcoder7 opened this issue Dec 28, 2024 · 1 comment
Open

Error: 'charmap' codec can't encode characters in position #65

gokulcoder7 opened this issue Dec 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gokulcoder7
Copy link

(gitin) F:\python virtual environments\gitingest for llm>gitingest https://github.com/cyclotruc/gitingest
Error: 'charmap' codec can't encode characters in position 22-24: character maps to
Aborted!

(gitin) F:\python virtual environments\gitingest for llm>
(gitin) F:\python virtual environments\gitingest for llm>

@cyclotruc cyclotruc added the bug Something isn't working label Dec 28, 2024
@cyclotruc
Copy link
Owner

Thank you for reporting this issue! To help us better understand and fix the problem, could you please provide:

  1. Your operating system version
  2. The output of python --version

Also, it seems like there might be some non-ASCII characters causing issues with the 'charmap' codec. If possible, could you check if you're using Windows and what your system's default encoding is? You can check this by running:

import sys
print(sys.getdefaultencoding())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants