Canned answers
Computer stuff
Pip building from source
You're getting this error because pip is trying to build the package from source instead of installing a pre-built version (a wheel). In almost every case, installing a wheel is preferable and much easier.
You can see this because the ...