-
Notifications
You must be signed in to change notification settings - Fork 361
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
Comments
Thank you for reporting this issue! To help us better understand and fix the problem, could you please provide:
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()) |
i have the same issue (windows 11):
|
#72 |
Windows 11 Home, (gitin) F:\python virtual environments\gitingest for llm>python -V
|
@cyclotruc There is currently no support for Windows, right? Are there plans to add support, or should this issue be closed? |
Right Windows is not currently supported but this is planned. I'm not sure I fully understood the issue but I'm willing to fix this encoding bug |
I’ve created a lite version for Windows 11 while waiting for the next update: If you plan to use it for private enterprise projects, it also supports Windows 11. |
(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>
The text was updated successfully, but these errors were encountered: