microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.28k stars 834 forks source link

Error starting VoTT after installing (Linux 18.04) #966

Open tauhlim opened 4 years ago

tauhlim commented 4 years ago

Describe the bug After running sudo snap install vott-2.1.0-linux.snap, I get a successful installation message.

When running vott, I encounter the following:

ln: failed to create symbolic link '/home/user/snap/vott/x1/snap/vott/x1/Documents': No such file or directory
ln: failed to create symbolic link '/home/user/snap/vott/x1/snap/vott/x1/Desktop': No such file or directory
ln: failed to create symbolic link '/home/user/snap/vott/x1/snap/vott/x1/Downloads': No such file or directory
ln: failed to create symbolic link '/home/user/snap/vott/x1/snap/vott/x1/Music': No such file or directory
ln: failed to create symbolic link '/home/user/snap/vott/x1/snap/vott/x1/Pictures': No such file or directory
ln: failed to create symbolic link '/home/user/snap/vott/x1/snap/vott/x1/Videos': No such file or directory
ln: failed to create symbolic link '/home/user/snap/vott/x1/snap/vott/x1/Public': No such file or directory
ln: failed to create symbolic link '/home/user/snap/vott/x1/snap/vott/x1/Templates': No such file or directory

To Reproduce Steps to reproduce the behavior:

  1. wget https://github.com/microsoft/VoTT/releases/download/v2.1.0/vott-2.1.0-linux.snap
  2. sudo snap install vott-2.1.0-linux.snap
  3. vott

Expected behavior VoTT application to start.

Desktop (please complete the following information):

wbreza commented 4 years ago

If your system does not have snap installed rung the following:

sudo apt update && sudo apt install snapd

We do not currently sign our releases and you may receive error messages when attempting to install. It is required to use the --dangerous flag. Please try installing with the following:

snap install --dangerous vott-2.2.0-linux.snap