If I include the line from web3 import Web3
and deploy my flask server to app engine it says deploy successful, but when I open the page in browser I get the error: 502 bad gateway (nginx).
If I run it locally everything works fine.
Why could this be happening?
I would appreciate any help!