little-angry-clouds / kubernetes-binaries-managers

Kubernetes related binaries manager.
GNU General Public License v3.0
101 stars 11 forks source link

Cannot install 2.16.7 #39

Open charan986 opened 1 year ago

charan986 commented 1 year ago

I tried installing using below command helmenv install 2.16.7 Downloading binary... The binary was not found. The url is: https://get.helm.sh/helm-v2.16.7-darwin-arm64.tar.gz

How can I fix this? I need to install helm 2

romancin commented 1 year ago

Try executing the command:

arch -x86_64 helmenv install 2.16.7
charan986 commented 1 year ago

thanks for the quick response, I tried

arch -x86_64 helmenv install 2.16.7 Error: arch: posix_spawnp: helmenv: Bad CPU type in executable

romancin commented 1 year ago

thanks for the quick response, I tried

arch -x86_64 helmenv install 2.16.7 Error: arch: posix_spawnp: helmenv: Bad CPU type in executable

Sorry, then things are a little bit more complicated. You should install helmenv using brew for Intel architecture. You can follow the steps detailed here:

https://www.wisdomgeek.com/development/installing-intel-based-packages-using-homebrew-on-the-m1-mac/