Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing apache-sedona Python package does not install all dependencies (Sedona 1.5.0) #1151

Closed
jornfranke opened this issue Dec 19, 2023 · 2 comments

Comments

@jornfranke
Copy link

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?

@jiayuasu
Copy link
Member

@jornfranke Thanks for raising this issue. We noticed this issue in 1.5.0 and have fixed it in https://issues.apache.org/jira/browse/SEDONA-420 . The patch will be in Sedona 1.5.1 which will be out right after the coming New Year!

@jiayuasu
Copy link
Member

@jornfranke We have released Sedona 1.5.1 and this issue has been fixed :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants