Ich hatte das gleiche Problem unter macOS Mojave 10.14.6 (18G2022).
Ich habe gcc mit dem Befehl brew install gcc
installiert .
Ich habe dann im Terminal Folgendes eingegeben:
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
cd /Library/Developer/CommandLineTools/Packages/
open macOS_SDK_headers_for_macOS_10.14.pkg
Quelle:Am Ende von diesem Webseite.
Auch bei der Installation von psycopg2 habe ich pip3 install psycopg2
ausgeführt , andernfalls wurde es für Python 2.7.x installiert. (Quelle
). )