在 Google App Engine 中导入 gcloud.storage 时"ImportError: cannot import name OSRNG"



我已经在我的机器上安装了gcloud,它工作正常。

部署到 Google App Engine 时,我会将所有需求安装到 lib ( pip install -t lib -r requirements.txt )。

您必须

app.yaml中添加pycrypto到您的libraries

libraries:
- name: pycrypto
  version: "latest"

相关内容

最新更新