dongjoon-hyun edited a comment on issue #26844: [SPARK-30211][INFRA] Switch python to python3 in make-distribution.sh URL: https://github.com/apache/spark/pull/26844#issuecomment-564368502 I didn't run the release script fully. So, please double-check your generated python package with this patch. At 2.2.3 release, I made this kind of mistake by myself. As you see in the following, it works, but looks ugly if there is no package description. So, I want that you can avoid this. - https://pypi.org/project/pyspark/2.2.3/ If it works in your side, there is no problem. I suspect `python3` might not the one we installed by the following. ``` virtualenv -p python3 /opt/p35 && \ . /opt/p35/bin/activate && \ pip install $BASE_PIP_PKGS && \ pip install $PIP_PKGS && \ ```
---------------------------------------------------------------- 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]
