是否可以在Google App Engine上运行scikit-learn? [英] Is it possible to run scikit-learn on Google App Engine?

查看:193
本文介绍了是否可以在Google App Engine上运行scikit-learn?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图让scikit-learn在Google App Engine上运行。由于scikit-learn不是 GAE中默认包含的库,我遵循从这个SO问题的指示,但我无法得到它的工作。我怀疑这个问题与依赖关系有关,所以在绝望中我发现了 scikit-learn的依赖关系,并在libs文件夹中添加numpy和setuptolls inapp.yaml和scipy。不出所料,这也是行不通的。

所以,我必须问,我试图做甚至是可能的,还是应该尝试使用不同的框架?

解决方案

scikit-learn是一个复杂的库,具有许多基于c的依赖关系。阅读类似帖子


I'm trying to get scikit-learn to run on Google App Engine. Since scikit-learn isn't one of the default included libraries in GAE, I followed the instructions from this SO question but I couldn't get it to work. I suspected the problem has something to do with dependencies, so in desperation I found out scikit-learn's dependencies and added numpy and setuptolls inapp.yaml and scipy in the "libs" folder. Unsurprisingly, this didn't work either.

So, I have to ask, is what I'm attempting to do even possible or should I try using a different framework?

解决方案

scikit-learn is a complicated library with many 'c' based dependencies. Read on a similar post.

这篇关于是否可以在Google App Engine上运行scikit-learn?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆