Skip to content

'Program run without the Pulumi engine available` error using Automation API? #9021

Discussion options

You must be logged in to vote

Hi @CyrineG! Any chance you could share some of your program code? And maybe a portion of the Dockerfile you're working with? The code in the repo you linked to works for me (with a minor adjustment to fix what looks like a recent change in one of the program's transitive dependencies):

$ python3 -m venv venv
$ venv/bin/python3 -m pip install --upgrade pip
$ venv/bin/pip install -r requirements.txt
$ venv/bin/pip install markupsafe==2.0.1
$ source venv/bin/activate
...

$ FLASK_RUN_PORT=1337 FLASK_ENV=development FLASK_APP=app PULUMI_ORG=cnunciato flask run
 * Serving Flask app "app" (lazy loading)
 * Environment: development
 * Debug mode: on
 * Running on http://127.0.0.1:1337/ (Press C…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@CyrineG
Comment options

Answer selected by nimbinatus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants