$ yum install python3 postgresql python-devel libpqxx-devel Loaded plugins: langpacks, refresh-packagekit Package python3-3.3.2-8.fc20.x86_64 already installed and l
Install the python3-devel package to get it work
sudo dnf install python3-devel
If it works then alright or if it requires libpq-fe.h file then install it using the command:
sudo dnf install postgresql-devel