Assuming numpy is required, the following result was found.
and PIP Still within the terminal: brew install python Upgrade to latest PIP: pip3 install --user --upgrade pip Install Numpy As user (safest): pip3 install --user numpy Check numpy version python3 -c "import numpy; print(numpy.__version__)" Use OpenAI...