voxel51/fiftyone

[FR] Add support for `fiftyone app connect` on Windows

開放

#1,732 建立於 2022年5月6日

 (6 則留言) (0 個反應) (0 位負責人)Python (400 個分叉)batch import
enhancementgood first issuewindows

倉庫指標

星標
 (4,021 顆星)
PR 合併指標
 (平均合併 3天 11小時) (30 天內合併 161 個 PR)

描述

I tried two methods, both of which failed:

  1. Try launching the fiftyone app in the Jupyterlab notebook on the google VM instance. Executing session = fo.launch_app(dataset) in the cell does not render the app, but shows an error message localhost refused connection Do I have to do some port forwarding? I have a feeling this is some simple issue that could be fixed with VM configuration. image

  2. I also tried connecting from my local Windows 10 machine, using a standalone app. Tried the ssh method with fiftyone app connect -d [XXXX@]XXX.XXX.XXX.244 -i C:\Users\test\.ssh\asd.ppk

Getting an error: RuntimeError: This command is currently not supported on Windows Tried --destination, same error.

image

Does this work only for Linux?

  1. Is there a way to remote connect from a local machine without CLI?

貢獻者指南