We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use Sedona as is in my spark cluster, without any optional dependencies:
from sedona.spark import SedonaContext ... spark_session = SedonaContext.create(spark_session)
Simply importing from sedona.spark:
sedona.spark
from sedona.spark import SedonaContext
prints out two import warning:
Skipping SedonaKepler import, verify if keplergl is installed Skipping SedonaPyDeck import, verify if pydeck is installed
Install sedona and import from sedona.spark
Sedona version = 1.5.1
API type = Python
Python version = Any (I use 3.10.12)
Environment = Standalone
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected behavior
I want to use Sedona as is in my spark cluster, without any optional dependencies:
Actual behavior
Simply importing from
sedona.spark
:prints out two import warning:
Steps to reproduce the problem
Install sedona and import from
sedona.spark
Settings
Sedona version = 1.5.1
API type = Python
Python version = Any (I use 3.10.12)
Environment = Standalone
The text was updated successfully, but these errors were encountered: