You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/12/16 03:58:00 UTC

[jira] [Created] (SPARK-37658) Skip PIP packaging test if Python version is lower than 3.7

Hyukjin Kwon created SPARK-37658:
------------------------------------

             Summary: Skip PIP packaging test if Python version is lower than 3.7
                 Key: SPARK-37658
                 URL: https://issues.apache.org/jira/browse/SPARK-37658
             Project: Spark
          Issue Type: Bug
          Components: Project Infra, PySpark
    Affects Versions: 3.3.0
            Reporter: Hyukjin Kwon


{code}
Writing pyspark-3.3.0.dev0/setup.cfg
Creating tar archive
removing 'pyspark-3.3.0.dev0' (and everything under it)
Installing dist into virtual env
Obtaining file:///home/jenkins/workspace/SparkPullRequestBuilder%402/python
pyspark requires Python '>=3.7' but the running Python is 3.6.8
Cleaning up temporary directory - /tmp/tmp.CCragmNU1X
[error] running /home/jenkins/workspace/SparkPullRequestBuilder@2/dev/run-pip-tests ; received return code 1
Attempting to post to GitHub...
{code}

After we drop Python 3.6 at SPARK-37632, PIP packaging test fails intermittently https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146255/console. Apparently, different Python versions are installed. We should skip the test in these cases.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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