You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2019/07/22 17:47:00 UTC

[jira] [Updated] (SPARK-28468) Upgrade pip to fix `sphinx` install error

     [ https://issues.apache.org/jira/browse/SPARK-28468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun updated SPARK-28468:
----------------------------------
    Summary: Upgrade pip to fix `sphinx` install error  (was: `do-release-docker.sh` fails at `sphinx` installation to `Python 2.7`)

> Upgrade pip to fix `sphinx` install error
> -----------------------------------------
>
>                 Key: SPARK-28468
>                 URL: https://issues.apache.org/jira/browse/SPARK-28468
>             Project: Spark
>          Issue Type: Bug
>          Components: Project Infra
>    Affects Versions: 2.4.4
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Blocker
>             Fix For: 2.4.4
>
>
> `do-release-docker.sh` fails at `sphinx` installation to `Python 2.7`.
> {code}
> $ dev/create-release/do-release-docker.sh -d /tmp/spark-2.4.4 -n
> {code}
> The following is the same reproducible step.
> {code}
> $ docker build -t spark-rm-test2 --build-arg UID=501 dev/create-release/spark-rm
> {code}
> This happens in `branch-2.4` only.
> {code}
> root@4e196b3d7611:/# lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:    Ubuntu 16.04.6 LTS
> Release:        16.04
> Codename:       xenial
> root@4e196b3d7611:/# pip install sphinx
> Collecting sphinx
>   Downloading https://files.pythonhosted.org/packages/89/1e/64c77163706556b647f99d67b42fced9d39ae6b1b86673965a2cd28037b5/Sphinx-2.1.2.tar.gz (6.3MB)
>     100% |################################| 6.3MB 316kB/s
>     Complete output from command python setup.py egg_info:
>     ERROR: Sphinx requires at least Python 3.5 to run.
>     ----------------------------------------
> Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-7usNN9/sphinx/
> You are using pip version 8.1.1, however version 19.1.1 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org