79832714

Date: 2025-11-28 15:54:46
Score: 1.5
Natty:
Report link

After the above error messages I decided my python installation was cursed.

Following this answer, more or less: https://apple.stackexchange.com/questions/284824/remove-and-reinstall-python-on-mac-can-i-trust-these-old-references

I did

brew uninstall --ignore-dependencies --force python
and
brew uninstall --ignore-dependencies --force [email protected]
and

brew uninstall --ignore-dependencies --force python@3

and then just

brew install python

Now I can make virtual environments just fine.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sam Jaques