我以前已经创建了许多模板,就像现在一样,我按照建议的步骤创建了推荐。
$ pio template get PredictionIO/template-scala-parallel-recommendation Foo获取此错误:
[ERROR] [Template$] Either PredictionIO/template-scala-parallel-universal-recommendation is not a valid GitHub repository, or it does not have any tag. Aborting.我是怎么解决这个问题的,为什么会发生这种事?
编辑:
我的预测版0.9.5。使用Ubuntu
发布于 2015-11-25 10:23:42
当您在pio deploy之前使用另一个模板创建了一个pio template get时,似乎就会发生这种情况,因此您必须将eventserver默认端口7070关闭为:
$ lsof -wni tcp:7070
$ kill -9 PID这解决了问题。
发布于 2016-03-02 12:40:32
我有这个问题,但这个谷歌组的帖子有我的解决方案。基本上,pio模板get是在幕后克隆一个存储库,因此它可能存在与git相关的问题。
检查是否可以从web浏览器访问https://api.github.com/。如果没有,请查看google组的帖子。
发布于 2016-03-02 15:53:50
而且没有必要做pio template get,只需从github克隆它。环球推荐是最新的在其家庭回购这里:https://github.com/actionml/template-scala-parallel-universal-recommendation/tree/v0.3.0。
请注意,v0.3.0即将发布,但尚未在模板库中。
https://stackoverflow.com/questions/33897361
复制相似问题