cloud-fan commented on PR #46512:
URL: https://github.com/apache/spark/pull/46512#issuecomment-2103814454

   the Bundler issue is resolved, but I hit a new issue for generating pyspark 
docs
   ```
   Configuration error:
   There is a programmable error in your configuration file:
   
   Traceback (most recent call last):
     File "/usr/local/lib/python3.8/dist-packages/sphinx/config.py", line 332, 
in eval_config_file
       exec(code, namespace)
     File "/opt/spark-rm/output/spark/python/docs/source/conf.py", line 27, in 
<module>
       from pyspark.pandas.supported_api_gen import generate_supported_api
     File "/opt/spark-rm/output/spark/python/pyspark/__init__.py", line 53, in 
<module>
       from pyspark.util import is_remote_only
     File "/opt/spark-rm/output/spark/python/pyspark/util.py", line 33, in 
<module>
       from pyspark.errors import PySparkRuntimeError
     File "/opt/spark-rm/output/spark/python/pyspark/errors/__init__.py", line 
21, in <module>
       from pyspark.errors.exceptions.base import (  # noqa: F401
     File 
"/opt/spark-rm/output/spark/python/pyspark/errors/exceptions/base.py", line 21, 
in <module>
       from pyspark.errors.utils import ErrorClassesReader
     File "/opt/spark-rm/output/spark/python/pyspark/errors/utils.py", line 23, 
in <module>
       from pyspark.errors.error_classes import ERROR_CLASSES_MAP
     File "/opt/spark-rm/output/spark/python/pyspark/errors/error_classes.py", 
line 26, in <module>
       importlib.resources
   AttributeError: module 'importlib.resources' has no attribute 'files'
   ```
   
   maybe there is some python library version inconsistency between Github 
Action and release docker


-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to