Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

python3.x系だとドキュメント通りpipでインストールできない? #3

@saxsir

Description

@saxsir

http://docs.idcf.jp/cloud/introduction/#install

を見てインストールを試したが、以下のエラーでこけた。
parsedatetime のインストールでこけているのでそちらに書くべきかもしれないが、既知であればドキュメントにpythonのバージョンが明記されていると嬉しい。

$ python --version
Python 3.5.0

$ pip install git+https://github.com/idcf/cloudstack-api
Collecting git+https://github.com/idcf/cloudstack-api
  Cloning https://github.com/idcf/cloudstack-api to /var/folders/rk/wc59v43j6_922v54_kvk3_x80000gn/T/pip-n611etvb-build
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/var/pyenv/versions/venv3.5.0-sandbox/lib/python3.5/site-packages (from cloudstack.compute==0.10.2)
Collecting httplib2 (from cloudstack.compute==0.10.2)
  Using cached httplib2-0.9.2.tar.gz
Collecting simplejson (from cloudstack.compute==0.10.2)
  Using cached simplejson-3.8.1.tar.gz
Collecting argparse (from cloudstack.compute==0.10.2)
  Using cached argparse-1.4.0-py2.py3-none-any.whl
Collecting prettytable==0.5 (from cloudstack.compute==0.10.2)
  Using cached prettytable-0.5.tar.gz
Collecting parsedatetime==0.8.7 (from cloudstack.compute==0.10.2)
  Using cached parsedatetime-0.8.7.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/private/var/folders/rk/wc59v43j6_922v54_kvk3_x80000gn/T/pip-build-6rdmnj58/parsedatetime/setup.py", line 3, in <module>
        import ez_setup
      File "/private/var/folders/rk/wc59v43j6_922v54_kvk3_x80000gn/T/pip-build-6rdmnj58/parsedatetime/ez_setup.py", line 91
        except pkg_resources.VersionConflict, e:
                                            ^
    SyntaxError: invalid syntax

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/rk/wc59v43j6_922v54_kvk3_x80000gn/T/pip-build-6rdmnj58/parsedatetime

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions