cloudflare / python-workers-examples

Apache License 2.0
103 stars 19 forks source link

什么玩意啊?python项目本地用wrangler可以运行,部署上去运行不了! #16

Open sunqb opened 1 month ago

sunqb commented 1 month ago

什么玩意啊?python项目本地用wrangler可以运行,部署上去运行不了!

luliangce commented 1 month ago

https://github.com/cloudflare/python-workers-examples/blob/1e9aa95e73cad41a5af685e0477002d85359af1f/03-fastapi/README.md?plain=1#L7

sunqb commented 1 month ago

https://github.com/cloudflare/python-workers-examples/blob/1e9aa95e73cad41a5af685e0477002d85359af1f/03-fastapi/README.md?plain=1#L7

就是使用的wrangler开发的,本地可以运行,且都是用的cloudflare workers支持的包,没有第三方依赖包

luliangce commented 1 month ago

https://github.com/cloudflare/python-workers-examples/blob/1e9aa95e73cad41a5af685e0477002d85359af1f/03-fastapi/README.md?plain=1#L7

就是使用的wrangler开发的,本地可以运行,且都是用的cloudflare workers支持的包,没有第三方依赖包

文档描述原话就是当前所有使用第三方包的python应用都只能本地运行,无法部署。