[google-appengine] GAE app working fine on appspot url in EU but does not even load in US

2020-02-03 Thread BLONDEV INC
We deployed an updated version of a GAE Standard Python3 Flask + Vue.js app from Ireland about an hour ago. The app is running on the appspot.com url just fine in Ireland. But when we go to the url from the US, we get only a blank screen. This is the second time this has happened. Last time

[google-appengine] Why is Jinja2 urlize filter not working with GAE flask app?

2019-10-17 Thread BLONDEV INC
When I run my flask app locally, the Jinja2 urlize filter works beautifully, converting the URL from text to hyperlink. [image: Snip20191017_10.png] Here is how I am implementing (beautifully simple) in the template: [image: Snip20191017_12.png] When, however, I deploy the app via

Re: [google-appengine] Issue with spaCy library in the new GAE Standard Environment python37 runtime

2018-09-22 Thread BLONDEV INC
ment. You could download everything into your source folder and that > may work, but if you are attempting to download models and write it some > where, that is not supported > > On Sat, Sep 22, 2018 at 11:43 AM BLONDEV INC > wrote: > >> Then I installed the model I wante

Re: [google-appengine] Issue with spaCy library in the new GAE Standard Environment python37 runtime

2018-09-22 Thread BLONDEV INC
nstall anything outside of requirements.txt into our > environment. You could download everything into your source folder and that > may work, but if you are attempting to download models and write it some > where, that is not supported > > On Sat, Sep 22, 2018 at 11:43 AM BLONDEV INC

Re: [google-appengine] Issue with spaCy library in the new GAE Standard Environment python37 runtime

2018-09-22 Thread BLONDEV INC
Environment. We want to use GAE. Please HELP. On Saturday, September 22, 2018 at 2:24:43 PM UTC-4, BLONDEV INC wrote: > > Having an issue, however, on another machine using a different environment. > This is a message I got while installing spaCy: > > (flask3) ➜ readable001 git:(ma

Re: [google-appengine] Issue with spaCy library in the new GAE Standard Environment python37 runtime

2018-09-22 Thread BLONDEV INC
-4, BLONDEV INC wrote: > > Yes. It works just fine... > > > > [image: PHOTO-2018-09-22-14-17-42.jpg] > > > On Saturday, September 22, 2018 at 1:09:53 PM UTC-4, Rahul Ravindran wrote: >> >> We don't use Conda. THis seems like an issue with your application. Ca

Re: [google-appengine] Issue with spaCy library in the new GAE Standard Environment python37 runtime

2018-09-22 Thread BLONDEV INC
2018 at 9:50 AM BLONDEV INC > wrote: > >> >> Hi, >> >> I am getting this error message when I make a GET request to my app's URL. >> >> File "/srv/main.py", line 12, in break_sentences nlp = spacy.load('en') >> File "/env/lib/python3.7

[google-appengine] Issue with spaCy library in the new GAE Standard Environment python37 runtime

2018-09-22 Thread BLONDEV INC
Hi, I am getting this error message when I make a GET request to my app's URL. File "/srv/main.py", line 12, in break_sentences nlp = spacy.load('en') File "/env/lib/python3.7/site-packages/spacy/__init__.py", line 15, in load return util.load_model(name, **overrides) File