Provide a reference implementation of trait types for common data structures used in NumPy, SciPy, Pandas and friends, which are out of the scope of the main traitlets project but are a common requirement to build applications with traitlets in combination with the scipy stack.
Provide a reference implementation of trait types for common data structures used in NumPy, SciPy, Pandas and friends, which are out of the scope of the main traitlets project but are a common requirement to build applications with traitlets in combination with the scipy stack.
To install py39-traittypes, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-traittypes
To see what files were installed by py39-traittypes, run:
port contents py39-traittypes
To later upgrade py39-traittypes, run:
sudo port selfupdate && sudo port upgrade py39-traittypes
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.