I am unable to install a pulumi provider package (...
# general
m
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
could you file an issue for that?
m
I have filed an issue with pulumi-eks here
b
@most-state-94104 it looks like you don't have nodejs installed, the eks package needs it
m
Thanks I’ll give it a try 🙂
Yes Installing node did the trick