After experiencing this brew issue with sqlite3, I did
brew rm sqlite python python3
then
brew install python python3
I would install Python 2.7 form the project's page, and later use pip to install all other packages from within virtualenv. It works for me.
pip