3.0.0
Pre-release
Pre-release
Version 3 removes support for python2. You'll need to make sure python3 is installed on your Mac.
Options for installing python3:
- Install the pkg downloaded directly from python.org.
- Install Apple's CL Tools (either by downloading the pkg from Apple's developer site, or by invoking the shim at
/usr/bin/python3
). - Build your own copy of python (E.g. Greg Neagle's relocatable python tools). You'll need to ensure that this custom python is the default python in your
$PATH
.