Hi everyone!!
I am new to App Engine. I am trying to deploy a webapp, which is working correctly in Heroku (Python). Once I try to import one of the packages that I need to run the web app (fbprophet form Python), the installing process never ends...
I type in the cloud shell: python3.7 -m pip install fbprophet --user

It starts correctly, without no problem, but after a long time the shell goes without connection and I need to restart it (see attached photo). In conclusion I cannot install this package...
I would like to know what's the problem or what I am doing wrong. If anyone could help me, I would be really pleased!
Thanks you in advance!