Google Apps Engine: Using later version of NumPy -


i'm trying use pandas module through google apps engine. requires numpy 1.7 or later. unfortunately google apps engine stuck @ 1.6.1. i've loaded several other third party modules in libs folder, including plotly (for using pandas) without problem, placing later version of numpy in libs folder isn't working. so, know way use newer version of numpy apps engine?

it looks libs folder supports pure python packages don't have c-extensions:

https://cloud.google.com/appengine/docs/python/tools/using-libraries-python-27#installing_a_library

numpy has sorts of c-extensions, looks may stuck older version of numpy google app engine supports. pandas doesn't supported library , has c-extensions, seems can't use either. i've read, have use google app engine flexible environment install class of packages.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -