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 with reading emojis when initialization from bash #17

Open
grigaut opened this issue Jan 28, 2024 · 0 comments
Open

Error with reading emojis when initialization from bash #17

grigaut opened this issue Jan 28, 2024 · 0 comments
Labels
bug Something isn't working Makefile Related to the Makefile

Comments

@grigaut
Copy link
Owner

grigaut commented Jan 28, 2024

When starting initialization in git bash :

Traceback (most recent call last):
  File "C:\Users\gr\AppData\Local\Temp\tmp7e0oznq6.py", line 45, in <module>
    print(f"\U0001F525{Fore.BLUE} Sucessfully created from template!\U0001F525")
  File "C:\Users\gr\.pyenv\pyenv-win\versions\3.12.0\Lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f525' in position 0: character maps to <undefined>
ERROR: Stopping generation because post_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)
@grigaut grigaut added bug Something isn't working Makefile Related to the Makefile labels Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Makefile Related to the Makefile
Projects
None yet
Development

No branches or pull requests

1 participant