nchammas opened a new pull request #27376: [SPARK-30665] Remove Pandoc dependency in PySpark setup.py URL: https://github.com/apache/spark/pull/27376 ### What changes were proposed in this pull request? This PR removes the Pandoc dependency in PySpark's setup.py. ### Why are the changes needed? Pandoc is no longer needed there, and it sometimes causes issues when installing Python packages that depend on PySpark, as described in #18981. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Manually: ```sh python -m venv venv source venv/bin/activate pip install -U pip cd python/ python setup.py sdist pip install dist/pyspark-3.0.0.dev0.tar.gz pyspark --version ```
---------------------------------------------------------------- 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]
