I updated my system to Mavericks and I have a python code using pgdb. How can I install pgdb on my new mac?
I tried
sudo pip install git+git://github.com/cancerhermit/pgdb.py.git
And
sudo pip install pgdb
And
brew install pgdb
And I have even tried to install it from PyCharm directly (my first try).