p-vdp commented on issue #752:
URL: https://github.com/apache/sedona-db/issues/752#issuecomment-4322590700

   @paleolimbot Good tip about the nightlies. But yep, still getting it:
   
   ```shell
   conda create -n test pip pyproj -c conda-forge -y
   conda activate test
   conda install --only-deps sedonadb -c conda-forge -y
   python -m pip install --pre sedonadb 
--extra-index-url=https://pypi.fury.io/sedona-nightlies/
   
   python -c "import pyproj"  
   # imports cleanly
   
   python -c "import sedonadb"
   # Warning: Failed to configure PROJ... etc...
   ```


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