© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
CD
Cloudflare Developers
•
9mo ago
Bas
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
Cloudflare Developers
Join
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Anyone got a worker deployed with pulumi?
CD
Cloudflare Developers / workers-and-pages-help
9mo ago
How to deploy worker?
CD
Cloudflare Developers / workers-and-pages-help
3y ago
Cant deploy worker using router class
CD
Cloudflare Developers / workers-and-pages-help
2y ago
How to wrangler deploy a dev worker?
CD
Cloudflare Developers / workers-and-pages-help
2y ago