【发布时间】:2018-04-08 15:40:51
【问题描述】:
我基本上是在使用 pywebpush(https://github.com/web-push-libs/pywebpush) 的应用引擎中部署一个烧瓶应用。我按照以下教程进行部署(https://cloud.google.com/appengine/docs/standard/python/getting-started/python-standard-env)但是我在应用程序引擎中不断收到错误,而它在本地系统中运行良好。 错误是:“从 cryptography.hazmat.bindings._constant_time 导入库 ImportError:没有名为 _constant_time 的模块”。 有人可以帮我解决这个问题吗?
【问题讨论】:
标签: python google-app-engine python-cryptography