This is my first time trying to use pulumi. Trying...
# general
a
This is my first time trying to use pulumi. Trying to use it with python. The command
pulumi new oci-python
errors out:
Copy code
Installing dependencies...
  × Failed to build `grpcio==1.51.3`
  ...
      ModuleNotFoundError: No module named 'pkg_resources'
Is this a known issue? How can I get past this error?
f
i'm also able to reproduce this. this might be an issue with the template - looking
👍 1
so turns out the python template was pretty old and pinned to an old pulumi version, which doesn't work with newer versions of python. I have a PR up to update the template
a
ok. Thanks!
f
the fix should be in now!