Anyone managed to deploy a Python worker using Pulumi?

I tried this worker = cloudflare.WorkersScript("hello-world-worker",
script_name="hello-world-worker-py", content=PY_CONTENT, compatibility_date="2025-05-18", compatibility_flags=["python_workers"], account_id=ACCOUNT_ID, ) and got an unknown error: "errors": [ { "code": 10002, "message": "An unknown error has occurred. If this error persists, please file a report in the workers-sdk GitHub repository (https://github.com/cloudflare/workers-sdk/issues) or reach out to your account team." } ],
GitHub
Issues · cloudflare/workers-sdk
⛅️ Home to Wrangler, the CLI for Cloudflare Workers® - Issues · cloudflare/workers-sdk
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?