-
Notifications
You must be signed in to change notification settings - Fork 694
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
Hidden requirement for geopandas in apache-sedona[spark] 1.5.2 #1404
Comments
@joonaspessi Sorry, this PR accidentally introduces this issue: #1229 To bypass this problem, instead of use |
Hello, thanks for the fast response! I think that the python will load the |
This is very sad. We will make a follow up release to fix this bug. |
We have released 1.5.3 to fix this bug! @joonaspessi |
Expected behavior
Installing Sedona for pyspark with package
apache-sedona[spark]
we expect that all package dependencies are installed correctly and geopandas is not needed when not using kepler or pydeck.Actual behavior
After installing
apache-sedona[spark]
and trying to importfrom sedona.spark import *
we see failureModuleNotFoundError: No module named 'geopandas'
Steps to reproduce the problem
Create clean python environment and run commands:
Settings
Sedona version = 1.5.2
Apache Spark version = 3.5.1
Apache Flink version = ?
API type = Python
Scala version = N/A
JRE version = 1.8
Python version = 3.8
Environment = Standalone
The text was updated successfully, but these errors were encountered: