Sphinx ホームページの指示に従って、コマンド ウィンドウを開いて次のように入力しました。
C:\>easy_install -U Sphinx
(アップグレードの -U オプションは、既存のバージョンを削除する必要があると思います。)
次のエラー メッセージが表示されます (管理者権限があります)。
Creating c:\python32\lib\site-packages\site.py
Processing Sphinx
Running setup.py -q bdist_egg --dist-dir C:\Sphinx\egg-dist-tmp-tmopj5
error: Setup script exited with error: SandboxViolation:
open('C:\\Python32\\lib\\lib2to3\\Grammar3.2.3.final.0.pickle', 'wb') {}
The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.
This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand. Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
問題を理解して修正するのを手伝ってくれる人はいますか? pip を使用するように言わないでください。pip をインストールしようとすると、同じエラーが発生します。
C:\>easy_install pip
よろしくお願いします。