【发布时间】:2017-05-19 01:16:09
【问题描述】:
我正在尝试将项目上传到使用 pandas 的 Google App Engine 标准环境,但我按照此处的说明进行操作:
https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27
我收到此错误:
ImportError: Missing required dependencies ['numpy']
我不确定我是否走在正确的道路上。
【问题讨论】:
-
好吧,我不知道pandas使用C库..groups.google.com/forum/#!topic/google-appengine/7GAEp38KnOU
标签: python pandas google-app-engine google-cloud-platform