jakaskerl Thanks again for the help. I started to do what you suggested and I realized that my environment is likely configured wrong. I think I mentioned early in this thread that I tried getting things set up in 2022 and failed miserably. I cannot remember what I did much less why. I believe I'm running into some problems because of that history.
Some examples: 'python --version' -> 3.9.5 which is the Python that homebrew installed back in 2022; 'python3 --version' -> "3.12.5", which is the Python that homebrew installed last week; 'python3 -m ssl' -> nothing, which I've read means everything is OK; 'python -m ssl' -> "Traceback ... in <module> import _ssl import _ssl ...", in other words bad stuff; 'pyenv versions' -> "system
- 3.9.5 (set by /Users/gregflurry/.pyenv/version)"; the install appears to use 3.12.5, which might not be the right thing, but the pip WARNINGs mention Python3.9.
I fear that with all that, I suspect need to fix my Python environment; I may or may not need to use pyenv. I am not really sure what of the proper configuration (3.9.5 or 3.12.5; use pyenv or not). Advice needed.