HyukjinKwon commented on issue #26243: Prepare Spark release v3.0.0-preview-rc1 URL: https://github.com/apache/spark/pull/26243#issuecomment-546203075 Thanks for pointer @dongjoon-hyun. Alright, then, we don't do PyPI too I guess @holdenk? ``` /tmp/tmp.RRgnNxjsCA/3.5/lib/python3.5/site-packages/setuptools/dist.py:398: UserWarning: Normalizing '3.0.0.preview' to '3.0.0rc0' ...... Requirement '/home/jenkins/workspace/SparkPullRequestBuilder@2/python/dist/pyspark-3.0.0.preview.tar.gz' looks like a filename, but the file does not exist Processing ./python/dist/pyspark-3.0.0.preview.tar.gz Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/home/jenkins/workspace/SparkPullRequestBuilder@2/python/dist/pyspark-3.0.0.preview.tar.gz' ``` This looks just pip packaging test failure. `setup.py` is only for PIP packaging and we don't probably need it. Can we just completely skip pip packaging or use some workarounds to disable the normalizing the name (https://github.com/pypa/setuptools/issues/308) for this preview?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
