Skip to content
Discussion options

You must be logged in to vote

When you installed pyinfra with uv tool install pyinfra, it runs in an isolated environment separate from your project where privy is installed. Install pyinfra in your project with uv add pyinfra, then run uv run pyinfra -y inventory.py deploy.py instead of pyinfra -y .... The uv run prefix ensures pyinfra uses your project's environment where privy is available.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EricDriussi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants