guilhem-dvr opened a new issue, #1222:
URL: https://github.com/apache/sedona/issues/1222

   ## Expected behavior
   
   I want to use Sedona as is in my spark cluster, without any optional 
dependencies:
   
   ```python
   from sedona.spark import SedonaContext
   
   ...
   
   spark_session = SedonaContext.create(spark_session)
   ```
   
   ## Actual behavior
   
   Simply importing from `sedona.spark`:
   
   ```python
   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
   ```
   
   ## 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
   


-- 
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

Reply via email to