zhangfengcdt opened a new pull request, #2196: URL: https://github.com/apache/sedona/pull/2196
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? - No: - this is a CI update. The PR name follows the format `[CI] my subject` ## What changes were proposed in this PR? The last doc build shows: WARNING: autodoc: failed to import class 'geopandas.GeoSeries' from module 'sedona'; the following exception was raised: ['Traceback (most recent call last):\n', ' File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/sphinx/ext/autodoc/importer.py", line 269, in import_object\n module = import_module(modname, try_reload=True)\n', ' File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/sphinx/ext/autodoc/importer.py", line 175, in import_module\n module = importlib.import_module(modname)\n', ' File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/importlib/__init__.py", line 88, in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "<frozen importlib._bootstrap>", line 1387, in _gcd_import\n', ' File "<frozen importlib._bootstrap>", line 1360, in _find_and_load\n', ' File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked\n', ' File "<frozen importlib._bootstrap>", line 935, in _load_unlocked\n', ' File "<frozen import lib._bootstrap_external>", line 1026, in exec_module\n', ' File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed\n', ' File "/home/runner/work/sedona/sedona/python/sedona/geopandas/__init__.py", line 23, in <module>\n from sedona.geopandas.geoseries import GeoSeries\n', ' File "/home/runner/work/sedona/sedona/python/sedona/geopandas/geoseries.py", line 22, in <module>\n import geopandas as gpd\n', "ModuleNotFoundError: No module named 'geopandas'\n"] [autodoc.import_object] WARNING: autodoc: failed to import module 'spark.core.SpatialRDD.spatial_rdd_factory' from module 'sedona' ... ## How was this patch tested? make doc build ## Did this PR include necessary documentation updates? - No, this PR does not affect any public API so no need to change the documentation. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
