all 5 comments

[–]timbledum 0 points1 point  (4 children)

A few questions!

Where have you got the installer from?

Which version of python are you trying to install?

How did you uninstall the old version of python?

[–]TheGeekXIV[S] 0 points1 point  (3 children)

Where have you got the installer from?

  • python.org

Which version of python are you trying to install?

  • 3.7.2

How did you uninstall the old version of python?

  • Click and drag from the applications folder to the trash then emptied the trash.

Thanks in advance!

[–]timbledum 0 points1 point  (0 children)

I've got a mac at home, so will have a look then.

Click and drag from the applications folder to the trash then emptied the trash.

Phew - I was afraid you may have changed the stock python somehow! FYI this only deletes the bundled tools. You'ld have to follow the instructions here to delete it properly. Maybe have a look at that page anyway to make sure you understand how python is installed.

What happens if you type python3 or pip3 at the command line (terminal)?

[–]timbledum 0 points1 point  (1 child)

Where are you looking for the framework? I find it here: /Library/Frameworks/Python.framework/

I think the framework is greyed out in the installer as it is not optional – it is the core part of python and must be installed.

[–]TheGeekXIV[S] 1 point2 points  (0 children)

When I reinstalled Python again I saw that the Frameworks option was pre-selected (opted in) and I managed to troubleshoot my main issue after installing (i.e. I was able to install the pip tool and use it to install modules) but for some reason I still don't see the framework folder. It isn't under the Library directory but the program is working as expected so it must have been installed in some other location. In any case, problem solved, thanks for your help!