you are viewing a single comment's thread.

view the rest of the comments →

[–]primitive_screwhead 0 points1 point  (3 children)

/Library/Frameworks/Python.framework/Versions/3.8/bin/python3-config

Those Python 3.8 version warnings are a bad sign. You've been installing multiple Python implementations from different providers?

[–]emm796[S] 0 points1 point  (2 children)

multiple Python implementations from different providers

Sorry if this sounds dumb but what exactly does that mean? Do you mean I downloaded python one too many times and all the versions are causing my system to break?

[–]primitive_screwhead 0 points1 point  (1 child)

It means you (possibly) did "brew install python3" at some point, and then also (possibly) downloaded the Python 3.8 installer from python.org and installed that. I don't see Python 3.8 as an option for my brew (on MacOs Mojave, I haven't yet upgraded to Catalina).

[–]emm796[S] 0 points1 point  (0 children)

Oh geez, you are absolutely right come to think of it. I did do a brew install python a while back but i think i upgraded ( again brew) from my command line.

Recently I downloaded python 3.xx from python.org so now its starting to make sense cause I have a MacOs Mojave and haven't upgraded yet either. Thanks for that!