1

Win10 に Read the Docs のローカル インスタンスをインストールしようとしています

このドキュメントに従うと:
http://docs.readthedocs.io/en/latest/install.html

次のように入力します。

pip install -r requirements.txt

次のエラーが表示されます。

Collecting Distutils2==1.0a3 (from -r requirements/pip.txt (line 65))
  Using cached Distutils2-1.0a3.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\USER\AppData\Local\Temp\pip-build-xseiavup\Distutils2\setup.py", line 9, in <module>
        from distutils2.util import find_packages
      File "C:\Users\USER\AppData\Local\Temp\pip-build-xseiavup\Distutils2\distutils2\util.py", line 174
        except KeyError, var:
                       ^
    SyntaxError: invalid syntax

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\USER\AppData\Local\Temp\pip-build-xseiavup\Distutils2\

誰でもこのエラーを知っていますか?

私のピップバージョン: 8.1.2;
パイソン: 3.5

4

1 に答える 1