无法为 Go 中的 Ubuntu Scopes dev 安装所需的 python3-scope-harness

无法为 Go 中的 Ubuntu Scopes dev 安装所需的 python3-scope-harness

https://developer.ubuntu.com/en/scopes/tutorials/developing-scopes-go/它告诉我要跑

sudo apt-get 安装 unity-scope-tool golang git bzr python3-scope-harness mercurial

但我收到错误:

E:软件包‘python3-scope-harness’没有安装候选项

(帕蒂:http://pastebin.com/f5fYSUfr

根据http://packages.ubuntu.com/search?suite=trusty-backports&keywords=python3-scope-harness,python3-scope-harness 有不是已反向移植到 Trusty (14.04)。因此,我真的不确定如何安装它。

是的,我已经跑了

sudo apt-get 更新

我该怎么办?谢谢!

答案1

尝试失败:我刚刚升级到最新的 Ubuntu SDK

sudo 添加 apt 存储库 ppa:ubuntu-sdk-team/ppa

然后

sudo apt 更新 && sudo apt 安装 ubuntu-sdk

按照指示https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/然后我跑了

sudo apt-get 安装 unity-scope-tool golang git bzr python3-scope-harness mercurial

...但仍然找不到python3-scope-harness:-\

答案2

答案:Go 不支持作用域开发在 Ubuntu 14.04 上。我现在正在 Ubuntu 15.10 中进行开发,一切正常!

相关内容