Hi Pulumi Helpers (Urgent) I get the following err...
# general
c
Hi Pulumi Helpers (Urgent) I get the following error ...
Copy code
pulumi:providers:eks (default_4_37_5):
    error: no resource plugin 'eks-v4.37.5' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource eks v4.37.5`
The latest
eks
plugin version is
v0.37.1
What do I do?
b
That looks like it might be the AWS EKS package rather than Pulumi-eks
c
right
When I run
Copy code
pulumi plugin install resource eks v4.37.5
I get
Copy code
error: [resource plugin eks-4.37.5] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-eks-v4.37.5-darwin-arm64.tar.gz>
b
What's the code you have that's causing this version to be required
q
Can you share some code /
package.json
?
c
Im using the pulumi-eks with python no package.json
Copy code
import pulumi_eks as eks
Can someone help with this? It started today attached is the requirements.txt this is what I get for pip install & pulumi up
Copy code
Installing collected packages: pulumi, pulumi-aws, pulumi-eks
  Attempting uninstall: pulumi
    Found existing installation: pulumi 3.24.1
    Uninstalling pulumi-3.24.1:
      Successfully uninstalled pulumi-3.24.1
  Attempting uninstall: pulumi-aws
    Found existing installation: pulumi-aws 4.37.5
    Uninstalling pulumi-aws-4.37.5:
      Successfully uninstalled pulumi-aws-4.37.5
  Attempting uninstall: pulumi-eks
    Found existing installation: pulumi-eks 0.37.1
    Uninstalling pulumi-eks-0.37.1:
      Successfully uninstalled pulumi-eks-0.37.1
Successfully installed pulumi-3.22.1 pulumi-aws-4.35.0 pulumi-eks-0.36.0
(venv) ➜  pulumi git:(pulumi_ingress) ✗ pulumi up
Previewing update (arnac/environ-cluster)

View Live: <https://app.pulumi.com/arnac/infra/environ-cluster/previews/ce4cbe9c-2859-4a30-9d5b-0309a0ddf3ad>

[resource plugin eks-0.36.0] installing
Downloading plugin: 0 B / 682.56 KiB [---------------------------------]   0.00%[resource plugin aws-4.35.0] installing
Downloading plugin: 682.56 KiB / 682.56 KiB [=======================] 100.00% 0s
Downloading plugin: 101.43 MiB / 101.43 MiB [=======================] 100.00% 2s
     Type                     Name                   Plan     Info
     pulumi:pulumi:Stack      infra-environ-cluster
     └─ pulumi:providers:eks  default_4_35_0                  1 error

Diagnostics:
  pulumi:providers:eks (default_4_35_0):
    error: no resource plugin 'eks-v4.35.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource eks v4.35.0`
m
Hi @careful-petabyte-65672, I haven’t been able to reproduce this issue. I added some details on how to gather more info to help diagnose the issue here: https://github.com/pulumi/pulumi-eks/issues/666#issuecomment-1049100483
c
Hi @microscopic-pilot-97530 thanks for you help here is my reply https://github.com/pulumi/pulumi-eks/issues/666#issuecomment-1049116770