python - Django runserver UnicodeDecodeError -


i trying use create django server in windows , when type command "python manage.py runserver" pop out these error message

unicodedecodeerror: 'utf8' codec can't decode byte 0xb6 in position 0: invalid start byte 

i don't going on , how slove this

here pip freeze out

appdirs==1.4.3 backports-abc==0.4 backports.ssl-match-hostname==3.5.0.1 beautifulsoup4==4.4.1 certifi==2015.11.20.1 cx-freeze==5.0.1 cycler==0.10.0 decorator==4.0.6 django==1.11.4 functools32==3.2.3.post2 future==0.16.0 ipykernel==4.2.2 ipython==4.0.3 ipython-genutils==0.1.0 jinja2==2.8 jsonschema==2.5.1 jupyter-client==4.1.1 jupyter-core==4.0.6 lxml==3.7.3 markupsafe==0.23 matplotlib==2.0.2 mistune==0.7.1 mysql-python==1.2.4b4 nbconvert==4.1.0 nbformat==4.0.1 notebook==4.1.0 numpy==1.12.1 packaging==16.8 path.py==8.1.2 pickleshare==0.6 py2exe==0.6.9 py2exe-py2==0.6.9 pygments==2.1 pyinstaller==3.2.1 pyparsing==2.2.0 pypiwin32==219 python-dateutil==2.6.0 pytz==2017.2 pyzmq==15.2.0 requests==2.9.1 simplegeneric==0.8.1 singledispatch==3.4.0.3 six==1.10.0 tornado==4.3 traitlets==4.1.0 virtualenv==15.1.0 xmltodict==0.10.2 

maybe have verson problem?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -