更新されたpipでpython 2.7.12を使用しています
Windows 7 64 ビット マシンに python-pptx をインストールする必要があります。
pip install python-pptx を使用して取得しようとしました
コマンド "c:\python27\python.exe -u -c "setuptools をインポートし、トークン化します。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" が c:\users\thebea~1\appdata\ でエラー コード 1 で失敗しましたlocal\temp\pip-build-dmvmgk\lxml\
easy install easy_install python-pptx を使用しようとすると、エラーが発生します: セットアップ スクリプトがエラーで終了しました: command 'C:\Users\thebeancounter\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin \amd64\cl.exe' が終了ステータス 2 で失敗しました
scipy を試すと同様で、他のパッケージをインストールすると問題ありません。python が実行され、パスで定義されています
これを見つけて、Windows用のPython C ++コンパイラをインストールしました
そして、これとsdkをインストールしました
ここで何が問題なのですか?