Troubleshooting
django-admin should be on your system path if you installed Django via pip
. If it’s not in your path, ensure you have your virtual environment activated and you can try running the equivalent command python -m django
.
Miscellaneous
This class of errors happen when a bytestring containing non-ASCII sequences is transformed into a Unicode string and the specified encoding is incorrect. The output generally looks like this:
Related resources: