jornfranke opened a new issue, #1151: URL: https://github.com/apache/sedona/issues/1151
## Expected behavior I use ``` pip install apache-sedona ``` and all Python dependencies are installed EXCEPT pyspark. ## Actual behavior Following Python packages are missing: * keplergl * pydeck (This you can see when doing from sedona.spark import * - it will complain that they are missing) When manually installing them it works: ``` pip install keplergl pydeck ``` ## Steps to reproduce the problem see above ## Settings Sedona version = 1.5.0 Apache Spark version = 3.2.3 Apache Flink version = ? API type = Python Scala version = 2.12 JRE version = 1.8 Python version = 3.10 Environment = Standalone, AWS EC2, EMR, Azure, Databricks? -- 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: dev-unsubscr...@sedona.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org