python manage.py runserver报错啊啊啊啊

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
March 17, 2021 - 09:28:23
Django version 3.1.7, using settings 'guest.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "F:\python3.0\lib\threading.py", line 954, in _bootstrap_inner
    self.run()
  File "F:\python3.0\lib\threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "F:\python3.0\lib\site-packages\django\utils\autoreload.py", line 53, in wrapper
    fn(*args, **kwargs)
  File "F:\python3.0\lib\site-packages\django\core\management\commands\runserver.py", line 139, in inner_run
    run(self.addr, int(self.port), handler,
  File "F:\python3.0\lib\site-packages\django\core\servers\basehttp.py", line 206, in run
    httpd = httpd_cls(server_address, WSGIRequestHandler, ipv6=ipv6)
  File "F:\python3.0\lib\site-packages\django\core\servers\basehttp.py", line 67, in __init__
    super().__init__(*args, **kwargs)
  File "F:\python3.0\lib\socketserver.py", line 452, in __init__
    self.server_bind()
  File "F:\python3.0\lib\wsgiref\simple_server.py", line 50, in server_bind
    HTTPServer.server_bind(self)
  File "F:\python3.0\lib\http\server.py", line 140, in server_bind
    self.server_name = socket.getfqdn(host)
  File "F:\python3.0\lib\socket.py", line 791, in getfqdn
    hostname, aliases, ipaddrs = gethostbyaddr(name)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 0: invalid start byte

 

各位大佬帮帮我这个小白

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 以帮助更多的人 ^-^