This is a set of Python modules that are needed to do PEP 517 building and wheel installation. They have to be installed together to enable bootstrapping, because of circular dependencies.
This is a set of Python modules that are needed to do PEP 517 building and wheel installation. They have to be installed together to enable bootstrapping, because of circular dependencies.
To install py36-bootstrap-modules, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py36-bootstrap-modules
To see what files were installed by py36-bootstrap-modules, run:
port contents py36-bootstrap-modules
To later upgrade py36-bootstrap-modules, run:
sudo port selfupdate && sudo port upgrade py36-bootstrap-modules
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.