umartin commented on issue #2354:
URL: https://github.com/apache/sedona/issues/2354#issuecomment-3302855021

   I stumbled upon this too today. To get my code to work with different Sedona 
versions I had to:
   ```python
   try:
       # Sedona 1.7
       from sedona.register.geo_registrator import PackageImporter
   except ImportError:
       # Sedona 1.8
       from sedona.spark.register.geo_registrator import PackageImporter
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to