The compat runtime doesn't currently have the OS-level requirements for
numpy. You'll need to add them yourself by creating a Dockerfile.

See this example here:
https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/managed_vms/extending_runtime_compat

And see this thread for similar issue:
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!searchin/google-appengine/scipy/google-appengine/Uy-qHkE5-Ig/jWbmp0npBQAJ

We're tracking the os-level dependency bug here:
https://github.com/GoogleCloudPlatform/appengine-python-vm-runtime/issues/56


On Mon, Mar 21, 2016 at 11:18 AM yar michl <[email protected]> wrote:

> also in whan iinspect the page i got
> Failed to load resource: the server responded with a status of 500
> (Internal Server Error)
>
>
> On Monday, March 21, 2016 at 8:14:49 PM UTC+2, yar michl wrote:
>>
>> hi yes
>> i did upload the website site after that i change the yaml file to
>> runtime: python27
>> vm: true
>> the upload work fine and in the  end i get the message
>>
>> Checking if updated app version is serving.
>> 02:02 PM Enough VMs ready (2/2 ready).
>> 02:02 PM Completed update of app: baraln-ee, version: 1
>>
>> when i try to get to the website i got a empty page
>> http://baraln-ee.appspot.com/
>>
>>
>> *the requirements file *
>> webapp2 == 2.5.2
>> earthengine-api == 1.7.1
>> numpy == 1.10.4
>> Jinja2 == 2.8
>>
>>
>> *the full yaml file*
>> application: baraln-ee
>> version: 1
>>
>> runtime: python27
>> vm: true
>>
>> api_version: 1
>> threadsafe: true
>>
>> handlers:
>> - url: /static/
>>   static_dir: static
>>   application_readable: true
>>   secure: never
>> - url: /.*
>>   script: server.app
>>   secure: never
>>
>> skip_files:
>> - ^(.*/)?#.*#$
>> - ^(.*/)?.*~$
>> - ^(.*/)?.*\.py[co]$
>> - ^(.*/)?.*/RCS/.*$
>> - ^(.*/)?\..*$
>> - Crypto
>>
>> *the model that i  Importing  the python script*
>>
>> import os
>> import cgi
>> import config
>> import datetime
>> import time
>> import ee
>> import jinja2
>> import webapp2
>> import time
>> import sys
>> import json
>> from math import *
>> import numpy as np
>>
>>
>> On Sunday, March 20, 2016 at 9:20:36 PM UTC+2, Jon Parrott wrote:
>>>
>>> Hi, can you give us more details? Are you getting any error messages?
>>> What step are you stuck on?
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/RJd9DcABHn4/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/4eaf4ef1-3476-41fe-9328-864c0e240238%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/4eaf4ef1-3476-41fe-9328-864c0e240238%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAN6JEymzqygCzhXCTLFFyZBw_T%2BYXn%2BSe975jmoa95uity0%3Dvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to