我正在尝试使用以下命令连接到数据实验室:
datalab connect <datalab name> --no-user-checking
它给出以下错误消息:
Connecting to <datalab name>.
This will create an SSH tunnel and may prompt you to create an rsa key pair. To manage these keys, see https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys
Waiting for Datalab to be reachable at http://localhost:8081/
bind: Address already in use
channel_setup_fwd_listener_tcpip: cannot listen to port: 8081
Could not request local forwarding.
有人可以帮我解决问题吗?
非常感谢。
答案 0 :(得分:0)
当使用端口8081在后台运行另一个Datalab或外部进程时,通常会产生此问题。您可以杀死现有进程或重置运行Datalab隧道的计算机。
如果您使用的是 Cloud Shell ,则可以通过单击“ Web预览”旁边的“ 选项”按钮将其重置。按钮,然后点击重新启动选项。然后,尝试再次连接Datalab实例:
datalab connect <datalab name> --port 8081