microk8s
microk8s copied to clipboard
MicroK8s Homebrew installation fails on macOS Sonoma 14.5
Summary
Tried to install microk8s according to the instruction: https://microk8s.io/#install-microk8s using:
brew install ubuntu/microk8s/microk8s
on a MacBook Pro M2, 24 GB, Sonoma 14.5. Homebrew:
cc@MacBook-Pro ~ % brew install ubuntu/microk8s/microk8s ==> Fetching ubuntu/microk8s/microk8s ==> Downloading https://github.com/canonical/microk8s/archive/refs/tags/installer-v2.3.4.tar.gz Already downloaded: /Users/dimi/Library/Caches/Homebrew/downloads/281c9d82705923ca3136ff18904081c5aa47bd1c6cd754f6562810a7d68f9af0--microk8s-installer-v2.3.4.tar.gz ==> Installing microk8s from ubuntu/microk8s ==> python3 -m venv --system-site-packages --without-pip /usr/local/Cellar/microk8s/2.3.4/libexec ==> python3 -m pip --python=/usr/local/Cellar/microk8s/2.3.4/libexec/bin/python install urllib3==1.26.5 click==7.1.2 progressbar33==2.4 psutil==5.9.0 requests==2.25.1 requests_unixs Last 15 lines from /Users/dimi/Library/Logs/Homebrew/microk8s/02.python3: click==7.1.2 progressbar33==2.4 psutil==5.9.0 requests==2.25.1 requests_unixsocket==0.1.5 pysha3==1.0.2; python_version < '3.6' simplejson==3.8.2 toml==0.10.0 certifi==2023.7.22 chardet==3.0.4 idna==2.7 pyinstaller https://pyyaml.org/download/pyyaml/PyYAML-5.3.1-cp38-cp38-win_amd64.whl; sys_platform == 'win32'
/usr/local/opt/[email protected]/bin/python3.12: No module named pip
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): https://github.com/ubuntu/homebrew-microk8s/issues
What Should Happen Instead?
Should complete without errors, to be ready for microk8s install
Reproduction Steps
Terminal > brew install ubuntu/microk8s/microk8s Homebrew was updated and upgraded befor installation attempt
Introspection Report
does not apply
Can you suggest a fix?
none
Are you interested in contributing with a fix?
no