when i try to run acloud setup on Ubuntu 20.04, it fails as below:
$ acloud setup

Welcome to
                                    
   ___  _______   ____  __  _____ 
  / _ |/ ___/ /  / __ \/ / / / _ \ 
 / __ / /__/ /__/ /_/ / /_/ / // /  
/_/ |_\___/____/\____/\____/____/ 
                                  


==============================================================
 [Install base packages on the host] 
 This step will walk you through the base packages
 installation for your host.
==============================================================


Start to install package(s):
sudo apt-get --assume-yes install ssvnc
sudo apt-get --assume-yes install lzop
sudo apt-get --assume-yes install python3-tk
Enter 'y' to continue, otherwise N or enter to exit: y
Run command: sudo apt-get update
Run command: sudo apt-get --assume-yes install ssvnc
正在读取软件包列表...
正在分析软件包的依赖关系树...
正在读取状态信息...
ssvnc 已经是最新版 (1.0.29-5)。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 21 个软件包未被升级。

Traceback (most recent call last):
  File "/tmp/Soong.python_rvamhn8h/acloud/public/acloud_main.py", line 470, 
in <module>
    EXIT_CODE, EXCEPTION_STACKTRACE = main(sys.argv[1:])
  File "/tmp/Soong.python_rvamhn8h/acloud/public/acloud_main.py", line 445, 
in main
    setup.Run(args)
  File "/tmp/Soong.python_rvamhn8h/acloud/setup/setup.py", line 73, in Run
    subtask.Run(force_setup=args.force)
  File "/tmp/Soong.python_rvamhn8h/acloud/setup/base_task_runner.py", line 
99, in Run
    self._Run()
  File "/tmp/Soong.python_rvamhn8h/acloud/setup/host_setup_runner.py", line 
92, in _Run
    setup_common.InstallPackage(pkg)
  File "/tmp/Soong.python_rvamhn8h/acloud/setup/setup_common.py", line 76, 
in InstallPackage
    raise errors.PackageInstallError(
acloud.errors.PackageInstallError: Package was not detected as installed 
after installation [ssvnc]

it seems like acloud can't find ssvnc

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/770528e6-f243-4166-a1ce-d6948270d089n%40googlegroups.com.

Reply via email to