I use python 2.7.12 with updated pip
I need to install python-pptx on windows 7 64 bit machine,
I try to use pip install python-pptx and get
Command "c:\python27\python.exe -u -c "import setuptools, tokenize;file='c:\users\thebea~1\appdata\local\temp\pip-build-dmvmgk\lxml\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\thebea~1\appdata\local\temp\pip-py7w8l-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\thebea~1\appdata\local\temp\pip-build-dmvmgk\lxml\
when i try to use easy install easy_install python-pptx I get error: Setup script exited with error: command 'C:\Users\thebeancounter\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe' failed with exit status 2
When i try scipy it's similar and when i install other packages it's ok, python is running and defined in the path
I found this and installed python c++ compiler for windows
And this and installed the sdk
Any ideas what's wrong here?