

报错如下

Error:Traceback (most recent call last):
File "C:/Users/wt271/AppData/Local/Programs/Python/Python35/Lib/django/bin/django-admin.py", line 2, in <module>
from django.core import management
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\core\management\__init__.py", line 13, in <module>
from django.core.management.base import (
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\core\management\base.py", line 17, in <module>
from django.db.migrations.exceptions import MigrationSchemaMissing
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\db\migrations\__init__.py", line 2, in <module>
from .operations import * # NOQA
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\db\migrations\operations\__init__.py", line 1, in <module>
from .fields import AddField, AlterField, RemoveField, RenameField
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\db\migrations\operations\fields.py", line 3, in <module>
from django.db.models.fields import NOT_PROVIDED
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\db\models\__init__.py", line 5, in <module>
from django.db.models.aggregates import * # NOQA
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\db\models\aggregates.py", line 5, in <module>
from django.db.models.expressions import Func, Star
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\db\models\expressions.py", line 6, in <module>
from django.db.models import fields
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\db\models\fields\__init__.py", line 14, in <module>
from django import forms
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\forms\__init__.py", line 6, in <module>
from django.forms.boundfield import * # NOQA
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\forms\boundfield.py", line 5, in <module>
from django.forms.utils import flatatt, pretty_name
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\forms\utils.py", line 10, in <module>
from django.utils.html import escape, format_html, format_html_join, html_safe
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\utils\html.py", line 10, in <module>
from django.utils.http import RFC3986_GENDELIMS, RFC3986_SUBDELIMS
File "C:\Users\wt271\AppData\Local\Programs\Python\Python35\Lib\django\utils\http.py", line 8, in <module>
import unicodedata
ImportError: No module named 'unicodedata'