SyntaxFix
Write A Post
Hire A Developer
Questions
In my case [Win64, Python 2.7, cygwin] the issue was with a missing gcc.
gcc
Using apt-cyg install gcc-core enabled me to then use pip2 wheel ... to install my wheels automatically.
apt-cyg install gcc-core
pip2 wheel ...