I'm working on a folder cleaning project and was trying to install AppKit using the command:
> pip3 install appkit
However, I received a series of error messages. The first error was:
> ERROR: Command errored out with exit status 1:
Full Error Message:
I'm using Python 3.9 running on macOS 11.0.1
How can I fix this problem and install AppKit?