https://pulumi.com logo
Title
q

quaint-dinner-37903

07/29/2021, 12:03 PM
Hi all, General question why when using python sdk I still need to install pulumi client ?
g

great-sunset-355

07/29/2021, 12:10 PM
I'd not dig too deep in this, unless you are interested in pulumi internals. The main pulumi binary is written in Go and contains necessary logic. All language SDKs have some sort of bidings to the binary which executes your code. if you are looking for more detailed answer I'd recommend reading pulumi code - it's an open source
It's practically the same situation when in python you want to use
psycopg2
you need postgresql or just binary so python can talk to posgres