p-vdp commented on issue #752: URL: https://github.com/apache/sedona-db/issues/752#issuecomment-4189359022
I'm using the Pixi package manager which installs the `proj` directory in the virtual environment at `.pixi\envs\default\Library\share\proj` Interestingly `pyproj` imports cleanly and correctly finds the path, but importing `sedonadb` still throws `UserWarning: Failed to configure PROJ. Is pyproj or a system install of PROJ available?` because of the incomplete hardcoded search logic. I guess this is an edge case but it seems to be easily avoidable by checking the environment variables and/or `pyproj.show_versions()`. -- 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]
