Navigation

    Gpushare.com

    • Register
    • Login
    • Search
    • Popular
    • Categories
    • Recent
    • Tags

    在pycharm中出现Cannot assign requested address错误

    用户反馈
    1
    1
    101
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      178****9558 last edited by

      Traceback (most recent call last):
      File “/usr/local/lib/python3.8/dist-packages/visdom/init.py”, line 708, in _send
      return self._handle_post(
      File “/usr/local/lib/python3.8/dist-packages/visdom/init.py”, line 677, in _handle_post
      r = self.session.post(url, data=data)
      File “/usr/local/lib/python3.8/dist-packages/requests/sessions.py”, line 590, in post
      return self.request(‘POST’, url, data=data, json=json, **kwargs)
      File “/usr/local/lib/python3.8/dist-packages/requests/sessions.py”, line 542, in request
      resp = self.send(prep, **send_kwargs)
      File “/usr/local/lib/python3.8/dist-packages/requests/sessions.py”, line 655, in send
      r = adapter.send(request, **kwargs)
      File “/usr/local/lib/python3.8/dist-packages/requests/adapters.py”, line 516, in send
      raise ConnectionError(e, request=request)
      requests.exceptions.ConnectionError: HTTPConnectionPool(host=‘localhost’, port=8097): Max retries exceeded with url: /env/main (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x7f7b80a231f0>: Failed to establish a new connection: [Errno 111] Connection refused’))
      [Errno 99] Cannot assign requested address
      on_close() takes 1 positional argument but 3 were given
      [Errno 99] Cannot assign requested address
      on_close() takes 1 positional argument but 3 were given
      [Errno 99] Cannot assign requested address
      on_close() takes 1 positional argument but 3 were given
      Visdom python client failed to establish socket to get messages from the server. This feature is optional and can be disabled by initializing Visdom with use_incoming_socket=False, which will prevent waiting for this request to timeout.
      create web directory ./checkpoints/celeba_random/web…

      1 Reply Last reply Reply Quote 0
      • First post
        Last post