-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
UnicodeEncodeError template_path.write_text(TEMPLATE_FILE) #91
Comments
Yikes, this is because of the 🦄 in the standard template which I guess isn't handled the same on Windows as it is on OSX. I'm going to remove it since it was just a little silly thing I threw in there. |
No worries, I was actually gonna write the fix by adding
Just run into some other problems with poetry... gonna fix those and submit a pull request. |
Adding the encoding would definitely work as well! I just ended up removing it and pushing 0.11.1 to PyPI. Would love any fixes or PRs you want to throw my way! |
The issue is related to utf-8 on Windows when running the command
python manage.py startunicorn hello-world
The text was updated successfully, but these errors were encountered: