Kontinuation commented on issue #1688: URL: https://github.com/apache/sedona/issues/1688#issuecomment-2490477528
Do you have additional python libraries installed (including the apache-sedona python library)? I've seen [similar issues](https://github.com/apache/sedona/issues/1607) before and resolved it by adding 2 more dependencies for pinning the versions of numpy and pandas: * numpy<1.24 * pandas==1.5.3 According to the linked issue, Installing rasterio<1.4.0 before installing sedona also resolves this problem. If this does not resolve this problem, you can head to the "Driver logs" of your Databricks cluster to gather more information about this problem. -- 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]
