dongjoon-hyun commented on issue #26844: [SPARK-30211][INFRA] Switch python to python3 in make-distribution.sh URL: https://github.com/apache/spark/pull/26844#issuecomment-564368000 Hi, @wangyum . This may cause a corrupted Python package. ``` + python3 setup.py sdist Could not import pypandoc - required to package PySpark /var/folders/p5/tzyffbvj0md4djphs4fym9zw0000gn/T/easy_install-0i5l5_jn/pypandoc-1.4/setup.py:16: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()' or 'convert_text()'. long_description = pypandoc.convert('README.md', 'rst') Maybe try: brew install pandoc See http://johnmacfarlane.net/pandoc/installing.html for installation options --------------------------------------------------------------- !!! pandoc not found, long_description is bad, don't upload this to PyPI !!! ``` Could you check your python3 on `spark-rm` has `pypandoc`? For me, it seems not. ``` spark-rm@3e4e645813bb:/opt/spark-rm/output$ pip3 freeze click==6.7 colorama==0.3.7 Jinja2==2.10 livereload==2.5.1 Markdown==2.6.9 MarkupSafe==1.0 mkdocs==0.16.3 pygobject==3.26.1 python-apt==1.6.4 PyYAML==3.12 six==1.11.0 tornado==4.5.3 ```
---------------------------------------------------------------- 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]
