Changes between Initial Version and Version 1 of Ticket #28773, comment 3
- Timestamp:
- Nov 10, 2017, 2:39:04 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28773, comment 3
initial v1 1 Okay, I'm trying to create a sample project, but now I run into this: (https://github.com/pypa/pip/issues/4076, https://github.com/gsnedders/python-webencodings/pull/9 )1 Okay, I'm trying to create a sample project, but now I run into this: (https://github.com/pypa/pip/issues/4076, https://github.com/gsnedders/python-webencodings/pull/9, https://stackoverflow.com/questions/4370035/django-makemessages-errors-unknown-encoding-utf8) 2 2 3 3 {{{ … … 9 9 10 10 What's the official way to resolve this in Django? 11 12 Update: I've tried to pip install webencodings (0.5.1) but still error. 13 14 Update 2: It seems this happened because my virtual environment directory is inside my Django project, I'll move it out.