简体   繁体   中英

Django : Unable to run server

I am new to Django and this is the first project Im working on. I have an error while executing the runserver command. Im working with Python 3.6.4. I havent found a solution in previous posts which were already very few. This is the error I get :

    File "C:\Users\Ines\Anaconda3\envs\DjangoApps\lib\socket.py", line 673, 
    in getfqdn
    hostname, aliases, ipaddrs = gethostbyaddr(name)
    UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position 2: 
    invalid continuation byte

PS : Please dont ask me to uninstall all and reinstall because I did it several times in vain.

I just had a none ASCII character in my computer name. Only had to change that.

Thanks @Mark Chackerian

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM