did you install python via brew
? or the website?
as I see, according to the PATH you provided, seems like you installed python through the website - which installs the packages under /Library/Frameworks
while brew installs under /usr/local/bin
try installing python via brew
and check if that helps