PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, unicode input and output, low-level event-based parser and emitter API, high-level API for serializing and deserializing native Python objects.
PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, unicode input and output, low-level event-based parser and emitter API, high-level API for serializing and deserializing native Python objects.
To install py37-yaml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-yaml
To see what files were installed by py37-yaml, run:
port contents py37-yaml
To later upgrade py37-yaml, run:
sudo port selfupdate && sudo port upgrade py37-yaml
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.