https://pulumi.com logo
#general
Title
# general
m

most-state-94104

05/13/2022, 4:37 PM
I am unable to install a pulumi provider package (pulumi-eks). This could be due to the fact I’m using a mac M1 and related to the 403 HTTP error fetching plugin. I wondering if other M1 users had found similar issues? The error message is not too helpful:
Copy code
Running setup.py install for pulumi-eks ... error
ERROR: Command errored out with exit status 1: 
[...]
[resource plugin eks-0.39.0] installing
   
Downloading plugin: 0 B / 682.52 KiB [---------------------------------]   0.00%
Downloading plugin: 682.52 KiB / 682.52 KiB [=======================] 100.00% 0s
env: node: No such file or directory
error: installing [resource plugin eks-0.39.0] from : installing plugin dependencies: exit status 127
b

billowy-army-68599

05/13/2022, 4:51 PM
could you file an issue for that?
m

most-state-94104

05/13/2022, 4:52 PM
I have filed an issue with pulumi-eks here
b

billowy-army-68599

05/13/2022, 6:15 PM
@most-state-94104 it looks like you don't have nodejs installed, the eks package needs it
m

most-state-94104

05/13/2022, 6:16 PM
Thanks I’ll give it a try 🙂
Yes Installing node did the trick
7 Views