Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to allow for gcloud deployment #539

Merged
merged 4 commits into from May 23, 2021

Conversation

lucadealfaro
Copy link
Collaborator

So, it turns out the idea of installing modules in gae/lib/ is problematic.
The problem is that if there are modules that are BINARY, the binary installed on the local computer is not what is needed in the google cloud. This was breaking in particular mysqlclient , which was installed in binary on my Mac.
I think in the end the use of requirements.txt is safer; in this way the cloud uses whatever module is appropriate for it without us trying to guess.

I have fixed the installation procedure and updated the gae/README.md

@mdipierro
Copy link
Contributor

mdipierro commented May 22, 2021 via email

@mdipierro mdipierro merged commit 26cc5a3 into web2py:master May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants