Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

newlifer

macrumors member
Original poster
Jun 7, 2014
87
26
guyz I've just updated my 16'' macbook pro to 10.15.4 and I got a notification that python did not install correctly, need to reinstall, what should I do?
 

chrfr

macrumors G5
Jul 11, 2009
13,709
7,280
guyz I've just updated my 16'' macbook pro to 10.15.4 and I got a notification that python did not install correctly, need to reinstall, what should I do?
Where did you get this message? Python is built into macOS so there shouldn't be a separate installer.
 

newlifer

macrumors member
Original poster
Jun 7, 2014
87
26
Nope, Python 3 (although only 3.7.3) is in Catalina.
[automerge]1585101491[/automerge]

Do you have a standalone Python installation on the computer? Can you post a screen shot?

no standalone python installation, it only appeared once after the update so cannot provide screenshot, everything works fine, what issues do I look for if python crashed?
 

frou

macrumors 65816
Mar 14, 2009
1,392
2,002
Maybe some specific app you use bundles its own copy of Python that has become messed up.
 
  • Like
Reactions: chrfr

bogdanw

macrumors 603
Mar 10, 2009
6,119
3,031
In Catalina 10.15.4, from Terminal,
python2 --version
returns Python 2.7.16
python3 --version
returns
Python 3.7.3
which python
or
python --version
tells what version is used by default.
To use python3 instead of python2, I added an alias
echo "alias python='python3'" >> ~/.zshrc
 

newlifer

macrumors member
Original poster
Jun 7, 2014
87
26
thank you! python version returns 2.7.16, so it crashed & returned to the previous version
 

newlifer

macrumors member
Original poster
Jun 7, 2014
87
26
python problem again with the new update, this time I got a screenshot, it says I have to reinstall python, cartoon animator pro is causing this (app from the app store..)
 
Last edited:

bogdanw

macrumors 603
Mar 10, 2009
6,119
3,031
I had a problem with Python too, I ended up deleting ~/.zshrc and creating a new alias with
echo "alias python=/usr/bin/python3" >> ~/.zshrc
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.