So, I'm trying to install pandas for Python 3.3 and have been having a really hard time- between Python 2.7 and Python 3.3 and other factors.
Some pertinent information: I am running Mac OSX Lion 10.7.5. I have both Python 2.7 and Python 3.3 installed, but for my programming purposes only use 3.3.
This is where I'm at: I explicitly installed pip-3.3
and can now run that command to install things. I have XCode installed, and have also installed the command line tools (from 'Preferences'). I have looked through a number of pages through Google as well as through this site and haven't had any luck getting pandas to download/download and install.
I have tried downloading the tarball, 'cd' into the downloaded file and running setup.py install, but to no avail.
I have downloaded and installed EPD Free, and then added 'Library/Framework/Python.framework/Versions/Current/bin:${PATH} to .bash_profile - still doesn't work.
I'm not sure where to go frome here...when I do pip-3.3 install pandas
terminal relates that There was a problem confirming the ssl certificate: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:547)>
and so nothing ends up getting downloaded or installed, for either pandas, or I also tried to the same for numpy as I thought that could be a problem, but the same error was returned.