ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory
It looks like the Pulumi SDK has not been installed. Have you run pip install?
If you are running in a virtualenv, you must run pip install -r requirements.txt from inside the virtualenv.
how to solve this properly