I am trying to install Pandas module in Python version 3.4 (for Windows XP support). However, I am getting following error:
UPDATING build\lib.win32-3.4\pandas/_version.py
set build\lib.win32-3.4\pandas/_version.py to '0.22.0'
running build_ext
building 'pandas._libs.tslibs.strptime' extension
error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
----------------------------------------
Command "C:\Python34\python.exe -u -c "import setuptools, tokenize;
__file__='C:\\users\\cardio\\Temp\\pip-build-5xhz4ymf\\pandas\\setup.py';
f=getattr(tokenize, 'open', open)(__file__);
code=f.read().replace('\r\n', '\n');f.close(); exec(compile(code, __file__, 'exec'))"
install --record C:\users\cardio\Temp\pip-prngb6r2-record\install-record.txt
--single-version-externally-managed --compile"
failed with error code 1 in C:\users\cardio\Temp\pip-build-5xhz4ymf\pandas\
How can this problem be solved?