ERROR: Failed building wheel for kiwisolver
sudo apt-get install python-dev #For Python 2.x use sudo apt-get install libffi-dev #For Python 2.7 use: sudo apt-get install python3-dev #For Python 3.x use #or for a specific version of Python 3, replace x with the minor version in sudo apt-get install python3.x-dev
Here is what the above code is Doing:
1. Installing the Python development headers and libraries.
2. Installing the libffi development headers and libraries.
3. Installing the OpenSSL development headers and libraries.