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

   Now that sedonadb is on conda-forge this is easier to reproduce. Linux seems 
fine, I'm still seeing it on Windows.
   
   ```shell
   conda create -n test pyproj sedonadb -y
   conda activate test
   python -c "import sedonadb"
   ```
   
   
>C:\Users\username\miniconda3\envs\test\Lib\site-packages\sedonadb\context.py:520:
 UserWarning: Failed to configure PROJ. Is pyproj or a system install of PROJ 
available?
   Details: tried ['pyproj', 'conda', 'homebrew', 'system']
   pyproj: Expected PROJ dll/so directory 
'C:\Users\username\miniconda3\envs\test\Lib\site-packages\pyproj.libs' does not 
exist
   conda: Can't load PROJ shared library 
'C:\Users\username\miniconda3\envs\test\lib\libproj.dylib': Could not find 
module 'C:\Users\username\miniconda3\envs\test\lib\libproj.dylib' (or one of 
its dependencies). Try using the full path with constructor syntax.
   homebrew: Can't configure PROJ from prefix '\opt\homebrew': does not exist
   system: Can't load PROJ shared library 'proj.dll': Could not find module 
'proj.dll' (or one of its dependencies). Try using the full path with 
constructor syntax.
     warnings.warn(
   


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