Hi there,
I'm new to GCP so I've had very limited success trying to debug this.
I have a flask app which I developed using a similar process to the one described in the docs here
It runs well on my local machine, tested it out with dev_appserver.py
Tried deploying it to App Engine using the Cloud SDK and the deployment is successful but the app itself shows this message
Error: Server Error
The server encountered an error and could not complete your request.
Please try again in 30 seconds.
When I check out 'Error Reporting' in the console I see the following message
ValueError: virtualenv: cannot access /base/data/home/apps/j~project-name/20180626t222233.410714851322767617/lib: No such virtualenv or site
I looked into StackOverflow and it appears the error is coming from this file, google.appengine.ext.vendor
Source code here:
https://cloud.google.com/appengine/docs/standard/python/refdocs/modules/google/appengine/ext/vendorbut I'm clueless regarding how to troubleshoot this.
tried the suggestions given here,
changed the appengine_config.py file and redeployed, but I'm still getting the same error
any tips on how to debug this, i'm not even sure which 'lib' folder the error is referring to