During Python 3.4.4 installation on Windows 7, I checked PIP and "add to Path." Every library I've tried to install via pip has so far resulted in "Could not find a version that satisfies the requirement (from versions:) No matching distribution found for wheel." I've also tried installing pip by downloading and running the get-pip.py file, but this results in the same error message when it tries to install wheel.
Are there any ideas why this is happening? Thanks ahead of time.
Edit 1: Added OS