I am trying to install the pandas library on Python 3.2 on Windows 7 64bit.
The pip log is here.
http://pastebin.com/Vuitwaz9
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I do not recommend trying to build pandas (or any Python library containing C extensions) on 64-bit Windows unless you are using the Enthought Python Distribution (which comes bundled with a viable build environment) or you are in the mood for a yak shaving expedition (you would need to install the VS2008 SDK and do some finagling of Python’s distutils config). You can find one-click binary installers for pandas 64-bit Python 3.2 on the Python Package Index.