paleolimbot opened a new pull request, #98:
URL: https://github.com/apache/sedona-db/pull/98

   This PR improves the error a user sees if pyproj is unavailable or for some 
reason the configuration fails. This shouldn't happen when users `pip install 
"apache-sedona[db]"` because it is installed for them; however, it can happen 
if somebody runs `pip install sedonadb` by accident. It now reads:
   
   ```python
   UserWarning: Failed to configure PROJ. Is pyproj or a system install of PROJ 
available?
   Details: tried ['pyproj', 'conda', 'homebrew', 'system']
   pyproj: No module named 'pyproj'
   ...more details
   ```


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