I want to build up an EKS, but it show this error ...
# general
a
I want to build up an EKS, but it show this error message. how to solve this problem
b
did you already try doing what the error message suggests?
a
yes,but it not get well
b
have you been able to use pulumi successfully before this?
a
yes, i have create ec2 and rds by pulumi last week
e
Does your Pulumi.yaml have an "options: venv: ..." setting?
a
yes,but what it's that mean?
message has been deleted
e
That tells pulumi that it expects a python virtual environment folder to be present at "./venv" and that virtual environment should be what has the pulumi python module installed in it
a
Should i delete the venv option?
e
Or create a venv. Depends how you like to use python, pulumi doesn't enforce anything here.
a
ok,thanks for your suggestion