I\'m attempting to make a website with a few others for the first time, and have run into a weird error when trying to use Django/Python/VirtualEnv. I\'ve found solutions to
On OS X, I was able to solve this by simply upgrading wheel before installing psycopg2:
pip install --upgrade wheel