https://bugs.kde.org/show_bug.cgi?id=405437
--- Comment #94 from Rob <rlanca...@gmail.com> --- For now if you want to get it working, since this is proving to be more difficult than I first thought. The following commands will install homebrew, python3, Astropy, and numpy to your system. The final command will delete my broken internal python. Just type the commands into a terminal. Plate solving in Kstars should work as expected. I would still like to resolve this. I don't want users to have to do all this if possible. /usr/bin/ruby -e "$(curl -fsSL raw.githubusercontent.com/Homebrew/install/master/install )" brew install python3 ln -s /usr/local/bin/python3 /usr/local/bin/python ln -s /usr/local/bin/pip3 /usr/local/bin/pip pip install astropy rm -r /Applications/kstars.app/Contents/MacOS/python/* Thanks, Rob -- You are receiving this mail because: You are watching all bug changes.